chore(react/collections/table): fix when empty

This commit is contained in:
Elian Doran 2025-09-07 21:13:29 +03:00
parent 7ba24968d8
commit 3d97b317f2
No known key found for this signature in database

View File

@ -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}