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 8f62311 commit 4fc5bbdCopy full SHA for 4fc5bbd
site/src/pages/WorkspacePage/WorkspaceActions/WorkspaceActions.tsx
@@ -240,7 +240,7 @@ function getTooltipText(
240
return "";
241
}
242
243
- if (!mustUpdate && canChangeVersions) {
+ if (!mustUpdate && canChangeVersions && workspace.template_require_active_version) {
244
return "This template requires automatic updates on workspace startup, but template administrators can ignore this policy.";
245
246
0 commit comments