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.
1 parent c7ee880 commit be57c74Copy full SHA for be57c74
site/src/pages/WorkspacePage/Workspace.tsx
@@ -235,7 +235,7 @@ export const Workspace: FC<React.PropsWithChildren<WorkspaceProps>> = ({
235
{updateMessage && <AlertDetail>{updateMessage}</AlertDetail>}
236
</Alert>
237
)}
238
- {showAutostartBanner && (
+ {requiresManualUpdate && (
239
<Alert severity="warning">
240
<AlertTitle>
241
Autostart has been disabled for your workspace.
0 commit comments