Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit be57c74

Browse files
sreyaaslilac
andauthored
Update site/src/pages/WorkspacePage/Workspace.tsx
Co-authored-by: Kayla Washburn <[email protected]>
1 parent c7ee880 commit be57c74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/src/pages/WorkspacePage/Workspace.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ export const Workspace: FC<React.PropsWithChildren<WorkspaceProps>> = ({
235235
{updateMessage && <AlertDetail>{updateMessage}</AlertDetail>}
236236
</Alert>
237237
)}
238-
{showAutostartBanner && (
238+
{requiresManualUpdate && (
239239
<Alert severity="warning">
240240
<AlertTitle>
241241
Autostart has been disabled for your workspace.

0 commit comments

Comments
 (0)