feat(views/table): hide note ID by default

This commit is contained in:
Elian Doran 2025-07-04 19:25:08 +03:00
parent 01b2257063
commit 323e3d3cac
No known key found for this signature in database

View File

@ -88,6 +88,7 @@ export function buildColumnDefinitions(info: PromotedAttributeInformation[]) {
{
field: "noteId",
title: "Note ID",
visible: false
},
{
field: "title",