Skip to content

Commit c7e7312

Browse files
authored
fix(site): don't show start button while starting (#13495)
1 parent e96652e commit c7e7312

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

+1
Original file line numberDiff line numberDiff line change
@@ -177,6 +177,7 @@ export const WorkspaceActions: FC<WorkspaceActionsProps> = ({
177177
)}
178178

179179
{!canBeUpdated &&
180+
!isUpdating &&
180181
workspace.template_require_active_version &&
181182
buttonMapping.start}
182183

0 commit comments

Comments
 (0)