fix(site): show workspace start button when require active version is enabled (#13482)

This commit is contained in:
Colin Adler
2024-06-05 16:50:52 -05:00
committed by GitHub
parent 8f62311f00
commit f1b42a15fa

View File

@ -172,6 +172,10 @@ export const WorkspaceActions: FC<WorkspaceActionsProps> = ({
</>
)}
{!canBeUpdated &&
workspace.template_require_active_version &&
buttonMapping.start}
{isRestarting
? buttonMapping.restarting
: actions.map((action) => (