mirror of
https://github.com/zadam/trilium.git
synced 2025-11-02 20:49:01 +01:00
chore(react/collections/table): not loading config correctly
This commit is contained in:
parent
fee822c689
commit
d52cf455a9
@ -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;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user