Skip to content

Commit fbd1c80

Browse files
committed
fix(site): don't show start button while starting
1 parent 44a70a5 commit fbd1c80

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

site/src/pages/WorkspacePage/WorkspaceActions/WorkspaceActions.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -173,6 +173,7 @@ export const WorkspaceActions: FC<WorkspaceActionsProps> = ({
173173
)}
174174

175175
{!canBeUpdated &&
176+
!isUpdating &&
176177
workspace.template_require_active_version &&
177178
buttonMapping.start}
178179

0 commit comments

Comments
 (0)