diff options
Diffstat (limited to 'packages/app/src/context/layout.tsx')
| -rw-r--r-- | packages/app/src/context/layout.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/app/src/context/layout.tsx b/packages/app/src/context/layout.tsx index d7d09aa39..7a3556290 100644 --- a/packages/app/src/context/layout.tsx +++ b/packages/app/src/context/layout.tsx @@ -296,7 +296,7 @@ export const { use: useLayout, provider: LayoutProvider } = createSimpleContext( used.add(color) setColors(project.worktree, color) if (!project.id) continue - void globalSdk.client.project.update({ projectID: project.id, icon: { color } }) + void globalSdk.client.project.update({ projectID: project.id, directory: project.worktree, icon: { color } }) } }) |
