Skip to content

Commit 5b12bf6

Browse files
authored
fix: props generic parameter
put the whole object structure
1 parent ca54d4d commit 5b12bf6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
const deleteCategory = createAction(
22
"[Category List] Delete Category",
3-
props<string>()
3+
props<{name: string}>()
44
);

0 commit comments

Comments
 (0)