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 13ce457Copy full SHA for 13ce457
site/src/pages/WorkspacePage/WorkspaceActions/WorkspaceActions.tsx
@@ -244,7 +244,7 @@ function getTooltipText(
244
return "";
245
}
246
247
- if (!mustUpdate && canChangeVersions) {
+ if (!mustUpdate && canChangeVersions && workspace.template_require_active_version) {
248
return "This template requires automatic updates on workspace startup, but template administrators can ignore this policy.";
249
250
0 commit comments