chore: extract a model file item
This commit is contained in:
@@ -146,7 +146,7 @@ export const FilterBar: React.FC<FilterBarProps> = (props) => {
|
||||
</Button>
|
||||
</Space>
|
||||
);
|
||||
}, [actionItems, actionType]);
|
||||
}, [actionItems, actionType, rowSelection?.selectedRowKeys]);
|
||||
|
||||
return (
|
||||
<PageTools
|
||||
|
||||
Reference in New Issue
Block a user