mirror of
https://github.com/zadam/trilium.git
synced 2025-11-17 18:50:41 +01:00
chore(react/collections/table): not loading config correctly
This commit is contained in:
@@ -62,7 +62,7 @@ export default function BoardView({ note: parentNote, noteIds, viewConfig, saveC
|
|||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
useEffect(refresh, [ parentNote, noteIds ]);
|
useEffect(refresh, [ parentNote, noteIds, viewConfig ]);
|
||||||
|
|
||||||
const handleColumnDrop = useCallback((fromIndex: number, toIndex: number) => {
|
const handleColumnDrop = useCallback((fromIndex: number, toIndex: number) => {
|
||||||
if (!columns || fromIndex === toIndex) return;
|
if (!columns || fromIndex === toIndex) return;
|
||||||
|
|||||||
Reference in New Issue
Block a user