We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3a6f54 commit afc3bf7Copy full SHA for afc3bf7
workspaces/frontend/src/app/pages/Workspaces/WorkspaceConnectAction.tsx
@@ -50,7 +50,6 @@ export const WorkspaceConnectAction: React.FunctionComponent<WorkspaceConnectAct
50
ref={toggleRef}
51
onClick={onToggleClick}
52
isExpanded={open}
53
- isFullWidth
54
isDisabled={workspace.status.state !== WorkspaceState.Running}
55
splitButtonItems={[
56
<MenuToggleAction
0 commit comments