mirror of
https://github.com/zadam/trilium.git
synced 2025-11-02 20:49:01 +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 (
|
return (
|
||||||
<div className="table-view">
|
<div className="table-view">
|
||||||
{viewConfig && columnDefs && (
|
{columnDefs && (
|
||||||
<>
|
<>
|
||||||
<Tabulator
|
<Tabulator
|
||||||
tabulatorRef={tabulatorRef}
|
tabulatorRef={tabulatorRef}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user