summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--packages/desktop/src/context/global-sync.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/desktop/src/context/global-sync.tsx b/packages/desktop/src/context/global-sync.tsx
index 2c5c05125..4ac86b9fd 100644
--- a/packages/desktop/src/context/global-sync.tsx
+++ b/packages/desktop/src/context/global-sync.tsx
@@ -64,7 +64,7 @@ export const { use: useGlobalSync, provider: GlobalSyncProvider } = createSimple
function child(directory: string) {
if (!children[directory]) {
setGlobalStore("children", directory, {
- project: { id: "", worktree: "", time: { created: 0, initialized: 0 } },
+ project: { id: "", worktree: "", time: { created: 0, initialized: 0, updated: 0 } },
config: {},
path: { state: "", config: "", worktree: "", directory: "" },
ready: false,