mirror of
https://github.com/microsoft/frontend-bootcamp.git
synced 2026-01-26 14:56:42 +08:00
combine containers
This commit is contained in:
@@ -10,7 +10,7 @@ export const actions = {
|
||||
edit: (id: string, label: string) => action('edit', { id, label }),
|
||||
complete: (id: string) => action('complete', { id }),
|
||||
clear: () => action('clear'),
|
||||
filter: (filterTypes: string) => action('filter', { filter: filterTypes })
|
||||
setFilter: (filter: string) => action('setFilter', { filter })
|
||||
};
|
||||
|
||||
export const actionsWithService = {
|
||||
|
||||
Reference in New Issue
Block a user