We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 486f7d6 commit 7484df8Copy full SHA for 7484df8
packages/ui/src/stories/servers/ServerListing.stories.ts
@@ -89,7 +89,7 @@ export const Provisioning: Story = {
89
args: {
90
...baseServer,
91
name: 'My New Server',
92
- status: 'installing',
+ isProvisioning: true,
93
},
94
}
95
0 commit comments