From 8b8cfee9e02050d40166eb047ac03be11dad368f Mon Sep 17 00:00:00 2001 From: lucaronin Date: Wed, 25 Feb 2026 20:31:55 +0100 Subject: [PATCH] fix: add missing outgoingLinks field to person mock entries --- src/mock-tauri/mock-entries.ts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/mock-tauri/mock-entries.ts b/src/mock-tauri/mock-entries.ts index 5abd7ef9..49a45dd4 100644 --- a/src/mock-tauri/mock-entries.ts +++ b/src/mock-tauri/mock-entries.ts @@ -283,6 +283,7 @@ export const MOCK_ENTRIES: VaultEntry[] = [ icon: null, color: null, order: null, + outgoingLinks: [], }, { path: '/Users/luca/Laputa/person/marco-verdi.md', @@ -308,6 +309,7 @@ export const MOCK_ENTRIES: VaultEntry[] = [ icon: null, color: null, order: null, + outgoingLinks: [], }, { path: '/Users/luca/Laputa/person/elena-russo.md', @@ -333,6 +335,7 @@ export const MOCK_ENTRIES: VaultEntry[] = [ icon: null, color: null, order: null, + outgoingLinks: [], }, { path: '/Users/luca/Laputa/event/2026-02-14-laputa-app-kickoff.md',