Skip to content

Commit 073471c

Browse files
committed
mock api: disks are created straight into detached state
1 parent 612ec90 commit 073471c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mock-api/msw/handlers.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ export const handlers = makeHandlers({
140140
state:
141141
disk_source.type === 'importing_blocks'
142142
? { state: 'import_ready' }
143-
: { state: 'creating' },
143+
: { state: 'detached' },
144144
device_path: '/mnt/disk',
145145
name,
146146
description,

0 commit comments

Comments
 (0)