fix: add listPropertiesDisplay to remaining VaultEntry literals

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Test
2026-04-04 13:05:39 +02:00
parent 13c0802395
commit 9db5f5cbed
2 changed files with 2 additions and 2 deletions

View File

@@ -13,7 +13,7 @@ function makeEntry(overrides: Partial<VaultEntry>): VaultEntry {
wordCount: 0, relationships: {}, icon: null, color: null,
order: null, sidebarLabel: null, template: null, sort: null, view: null,
visible: null, favorite: false, favoriteIndex: null,
outgoingLinks: [], properties: {},
outgoingLinks: [], properties: {}, listPropertiesDisplay: [],
...overrides,
}
}