mirror of
https://github.com/coder/coder.git
synced 2026-09-21 20:51:01 +08:00
fix(site): don't show start button while starting (#13495)
This commit is contained in:
@@ -177,6 +177,7 @@ export const WorkspaceActions: FC<WorkspaceActionsProps> = ({
|
||||
)}
|
||||
|
||||
{!canBeUpdated &&
|
||||
!isUpdating &&
|
||||
workspace.template_require_active_version &&
|
||||
buttonMapping.start}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user