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