mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-13 20:10:07 +02:00
implement item list grid card row customization
This commit is contained in:
@@ -253,9 +253,6 @@ const GridRowConfig = ({
|
||||
);
|
||||
}, [data]);
|
||||
|
||||
console.log('data', data);
|
||||
console.log(labelMap);
|
||||
|
||||
const handleChangeEnabled = useCallback(
|
||||
(item: ItemGridListRowConfig, checked: boolean) => {
|
||||
const value = useSettingsStore.getState().lists[listKey]?.grid.rows;
|
||||
|
||||
Reference in New Issue
Block a user