Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
fix(site): show workspace start button when require active version is
enabled
  • Loading branch information
coadler committed Jun 5, 2024
commit 8b506c3fe020b1ffdf7d7bf5ec82c81ece5fcd2c
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,10 @@ export const WorkspaceActions: FC<WorkspaceActionsProps> = ({
</>
)}

{!canBeUpdated &&
workspace.template_require_active_version &&
buttonMapping.start}

{isRestarting
? buttonMapping.restarting
: actions.map((action) => (
Expand Down