Skip to content

Commit b80b304

Browse files
committed
fix(site): enable dormant workspace to be deleted
1 parent a123bad commit b80b304

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/src/pages/WorkspacePage/WorkspaceActions/constants.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ export const abilitiesByWorkspaceStatus = (
4848
return {
4949
actions: ["activate"],
5050
canCancel: false,
51-
canAcceptJobs: false,
51+
canAcceptJobs: true,
5252
};
5353
}
5454

0 commit comments

Comments
 (0)