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 5e69a9d commit 3fbfb53Copy full SHA for 3fbfb53
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