mirror of
https://github.com/zadam/trilium.git
synced 2025-11-01 20:19:05 +01:00
chore(react/collections/table): fix when empty
This commit is contained in:
parent
7ba24968d8
commit
3d97b317f2
@ -64,7 +64,7 @@ export default function TableView({ note, noteIds, notePath, viewConfig, saveCon
|
||||
|
||||
return (
|
||||
<div className="table-view">
|
||||
{viewConfig && columnDefs && (
|
||||
{columnDefs && (
|
||||
<>
|
||||
<Tabulator
|
||||
tabulatorRef={tabulatorRef}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user