File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed
site/src/pages/WorkspacePage Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -212,6 +212,14 @@ export const Outdated: Story = {
212
212
} ,
213
213
} ;
214
214
215
+ export const CantAutostart : Story = {
216
+ args : {
217
+ ...Running . args ,
218
+ canAutostart : false ,
219
+ workspace : Mocks . MockOutdatedRunningWorkspaceRequireActiveVersion ,
220
+ } ,
221
+ } ;
222
+
215
223
export const GetBuildsError : Story = {
216
224
args : {
217
225
...Running . args ,
Original file line number Diff line number Diff line change @@ -29,7 +29,6 @@ import {
29
29
import { BuildsTable } from "./BuildsTable" ;
30
30
import { WorkspaceDeletedBanner } from "./WorkspaceDeletedBanner" ;
31
31
import { WorkspaceStats } from "./WorkspaceStats" ;
32
- import { workspaceUpdatePolicy } from "utils/workspace" ;
33
32
34
33
export enum WorkspaceErrors {
35
34
GET_BUILDS_ERROR = "getBuildsError" ,
You can’t perform that action at this time.
0 commit comments