8000
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 fa2d4eb commit 56f0410Copy full SHA for 56f0410
site/src/pages/WorkspacePage/WorkspaceActions/Buttons.tsx
@@ -5,7 +5,6 @@ import {
5
BanIcon,
6
CirclePlayIcon,
7
CircleStopIco 8000 n,
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