Thanks to visit codestin.com Credit goes to github.com
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 f1b42a1 commit 7995d7cCopy full SHA for 7995d7c
site/src/pages/WorkspacePage/WorkspaceActions/WorkspaceActions.tsx
@@ -244,7 +244,11 @@ function getTooltipText(
244
return "";
245
}
246
247
- if (!mustUpdate && canChangeVersions) {
+ if (
248
+ !mustUpdate &&
249
+ canChangeVersions &&
250
+ workspace.template_require_active_version
251
+ ) {
252
return "This template requires automatic updates on workspace startup, but template administrators can ignore this policy.";
253
254
0 commit comments