We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a123bad commit b80b304Copy full SHA for b80b304
site/src/pages/WorkspacePage/WorkspaceActions/constants.ts
@@ -48,7 +48,7 @@ export const abilitiesByWorkspaceStatus = (
48
return {
49
actions: ["activate"],
50
canCancel: false,
51
- canAcceptJobs: false,
+ canAcceptJobs: true,
52
};
53
}
54
0 commit comments