8000 Merge pull request #9 from CryptoLabInc/fix/workspace-ui · CryptoLabInc/coder@c39ef3c · GitHub
[go: up one dir, main page]

Skip to content

Commit c39ef3c

Browse files
authored
Merge pull request #9 from CryptoLabInc/fix/workspace-ui
fix: hide workspace accordion button
2 parents 9a6efee + c2f8085 commit c39ef3c

File tree

1 file changed

+2
-2
lines changed
  • site/src/pages/WorkspacePage/WorkspaceActions

1 file changed

+2
-2
lines changed

site/src/pages/WorkspacePage/WorkspaceActions/Buttons.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -128,12 +128,12 @@ export const RestartButton: FC<ActionButtonPropsWithWorkspace> = ({
128128
<RotateCcwIcon />
129129
{loading ? <>Restarting&hellip;</> : <>Restart&hellip;</>}
130130
</TopbarButton>
131-
<BuildParametersPopover
131+
{/* <BuildParametersPopover
132132
label="Restart with build parameters"
133133
workspace={workspace}
134134
disabled={loading}
135135
onSubmit={handleAction}
136-
/>
136+
/> */}
137137
</div>
138138
);
139139
};

0 commit comments

Comments
 (0)
0