mirror of
https://github.com/coder/coder.git
synced 2025-07-13 21:36:50 +00: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