chore: extract a model file item

This commit is contained in:
jialin
2025-04-08 19:19:41 +08:00
parent 5766a50bc2
commit d62e43790c
23 changed files with 207 additions and 142 deletions
+1 -1
View File
@@ -146,7 +146,7 @@ export const FilterBar: React.FC<FilterBarProps> = (props) => {
</Button>
</Space>
);
}, [actionItems, actionType]);
}, [actionItems, actionType, rowSelection?.selectedRowKeys]);
return (
<PageTools