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 13ce457 commit 7d02321Copy full SHA for 7d02321
site/src/pages/WorkspacePage/WorkspaceActions/WorkspaceActions.tsx
@@ -244,7 +244,11 @@ function getTooltipText(
244
return "";
245
}
246
247
- if (!mustUpdate && canChangeVersions && workspace.template_require_active_version) {
+ 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