8000
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 85ed811 commit 9fe37baCopy full SHA for 9fe37ba
site/src/modules/workspaces/WorkspaceUpdateDialogs.tsx
@@ -55,7 +55,8 @@ export const useWorkspaceUpdate = ({
55
const confirmUpdate = (buildParameters: WorkspaceBuildParameter[] = []) => {
56
updateWorkspaceMutation.mutate({
57
buildParameters,
58
- isDynamicParametersEnabled: !workspace.template_use_classic_parameter_flow,
+ isDynamicParametersEnabled:
59
+ !workspace.template_use_classic_parameter_flow,
60
});
61
setIsConfirmingUpdate(false);
62
};
0 commit comments