mirror of
https://github.com/coder/coder.git
synced 2025-07-12 00:14:10 +00:00
@ -13,7 +13,9 @@ export default {
|
||||
},
|
||||
} as ComponentMeta<typeof RuntimeErrorState>
|
||||
|
||||
const Template: Story<RuntimeErrorStateProps> = (args) => <RuntimeErrorState {...args} />
|
||||
const Template: Story<RuntimeErrorStateProps> = (args) => (
|
||||
<RuntimeErrorState {...args} />
|
||||
)
|
||||
|
||||
export const Errored = Template.bind({})
|
||||
Errored.parameters = {
|
||||
|
Reference in New Issue
Block a user