From 3d97b317f219a03cf15eeb428679d392bb9cdd43 Mon Sep 17 00:00:00 2001 From: Elian Doran Date: Sun, 7 Sep 2025 21:13:29 +0300 Subject: [PATCH] chore(react/collections/table): fix when empty --- apps/client/src/widgets/collections/table/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/client/src/widgets/collections/table/index.tsx b/apps/client/src/widgets/collections/table/index.tsx index 88c50f2f5..f880d4873 100644 --- a/apps/client/src/widgets/collections/table/index.tsx +++ b/apps/client/src/widgets/collections/table/index.tsx @@ -64,7 +64,7 @@ export default function TableView({ note, noteIds, notePath, viewConfig, saveCon return (
- {viewConfig && columnDefs && ( + {columnDefs && ( <>