mirror of
https://github.com/alkimake/paperclip.git
synced 2026-06-15 02:20:38 +09:00
Fix execution workspace close messaging
Co-Authored-By: Paperclip <noreply@paperclip.ing>
This commit is contained in:
parent
1f1fe9c989
commit
11f08ea5d5
3 changed files with 52 additions and 23 deletions
|
|
@ -295,7 +295,7 @@ describeEmbeddedPostgres("executionWorkspaceService.getCloseReadiness", () => {
|
|||
workspaceId: executionWorkspaceId,
|
||||
state: "ready_with_warnings",
|
||||
isSharedWorkspace: false,
|
||||
isProjectPrimaryWorkspace: true,
|
||||
isProjectPrimaryWorkspace: false,
|
||||
isDestructiveCloseAllowed: true,
|
||||
git: {
|
||||
workspacePath: worktreePath,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue