mirror of
https://github.com/zadam/trilium.git
synced 2025-11-16 18:25:51 +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) => {
|
||||
if (!columns || fromIndex === toIndex) return;
|
||||
|
||||
Reference in New Issue
Block a user