From 323e3d3cac84db483b04707b8ae46c6775e9ad96 Mon Sep 17 00:00:00 2001 From: Elian Doran Date: Fri, 4 Jul 2025 19:25:08 +0300 Subject: [PATCH] feat(views/table): hide note ID by default --- apps/client/src/widgets/view_widgets/table_view/data.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/client/src/widgets/view_widgets/table_view/data.ts b/apps/client/src/widgets/view_widgets/table_view/data.ts index 2afd7b851..0ed508622 100644 --- a/apps/client/src/widgets/view_widgets/table_view/data.ts +++ b/apps/client/src/widgets/view_widgets/table_view/data.ts @@ -88,6 +88,7 @@ export function buildColumnDefinitions(info: PromotedAttributeInformation[]) { { field: "noteId", title: "Note ID", + visible: false }, { field: "title",