Dax Raad 2 месяцев назад
Родитель
Сommit
b242659cc3
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      packages/desktop/src/context/global-sync.tsx

+ 1 - 1
packages/desktop/src/context/global-sync.tsx

@@ -64,7 +64,7 @@ export const { use: useGlobalSync, provider: GlobalSyncProvider } = createSimple
     function child(directory: string) {
     function child(directory: string) {
       if (!children[directory]) {
       if (!children[directory]) {
         setGlobalStore("children", directory, {
         setGlobalStore("children", directory, {
-          project: { id: "", worktree: "", time: { created: 0, initialized: 0 } },
+          project: { id: "", worktree: "", time: { created: 0, initialized: 0, updated: 0 } },
           config: {},
           config: {},
           path: { state: "", config: "", worktree: "", directory: "" },
           path: { state: "", config: "", worktree: "", directory: "" },
           ready: false,
           ready: false,