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 9bf5141 commit 8dd13d3Copy full SHA for 8dd13d3
site/src/pages/WorkspacePage/WorkspaceActions/Buttons.tsx
@@ -5,7 +5,6 @@ import {
5
BanIcon,
6
CirclePlayIcon,
7
CircleStopIcon,
8
- CloudIcon,
9
PowerIcon,
10
RotateCcwIcon,
11
StarIcon,
site/src/pages/WorkspacePage/WorkspaceActions/WorkspaceActions.tsx
@@ -18,10 +18,10 @@ import {
18
RestartButton,
19
StartButton,
20
StopButton,
21
- UpdateAndRestartButtonRequireActiveVersion,
22
UpdateAndRestartButton,
23
- UpdateAndStartButtonRequireActiveVersion,
+ UpdateAndRestartButtonRequireActiveVersion,
24
UpdateAndStartButton,
+ UpdateAndStartButtonRequireActiveVersion,
25
} from "./Buttons";
26
import { DebugButton } from "./DebugButton";
27
import { RetryButton } from "./RetryButton";
0 commit comments