mirror of
https://github.com/ershisan99/it-incubator-todolist-ts-17-live-2024-08-17.git
synced 2026-02-05 05:12:08 +00:00
chore: prepare todolists reducer for rtk (use single argument in action creators)
This commit is contained in:
@@ -80,7 +80,7 @@ export const TodolistsList: React.FC<PropsType> = ({ demo = false }) => {
|
||||
value: FilterValuesType,
|
||||
todolistId: string
|
||||
) {
|
||||
const action = changeTodolistFilterAC(todolistId, value)
|
||||
const action = changeTodolistFilterAC({ id: todolistId, filter: value })
|
||||
dispatch(action)
|
||||
}, [])
|
||||
|
||||
|
||||
Reference in New Issue
Block a user