Skip to content

Commit 7484df8

Browse files
committed
fix provisioning state
1 parent 486f7d6 commit 7484df8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/ui/src/stories/servers/ServerListing.stories.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ export const Provisioning: Story = {
8989
args: {
9090
...baseServer,
9191
name: 'My New Server',
92-
status: 'installing',
92+
isProvisioning: true,
9393
},
9494
}
9595

0 commit comments

Comments
 (0)