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",