mirror of
https://github.com/coder/coder.git
synced 2026-09-24 15:04:27 +08:00
fix(site): show workspace start button when require active version is enabled (#13482)
This commit is contained in:
@@ -172,6 +172,10 @@ export const WorkspaceActions: FC<WorkspaceActionsProps> = ({
|
||||
</>
|
||||
)}
|
||||
|
||||
{!canBeUpdated &&
|
||||
workspace.template_require_active_version &&
|
||||
buttonMapping.start}
|
||||
|
||||
{isRestarting
|
||||
? buttonMapping.restarting
|
||||
: actions.map((action) => (
|
||||
|
||||
Reference in New Issue
Block a user