chore(storybook): replace viewport with defaultViewport
This commit is contained in:
@@ -89,7 +89,7 @@ const { Story } = defineMeta({
|
||||
|
||||
<Story
|
||||
name="Default"
|
||||
parameters={{ globals: { viewport: 'fullScreen' } }}
|
||||
parameters={{ viewport: { defaultViewport: 'fullScreen' } }}
|
||||
>
|
||||
{#snippet template()}
|
||||
<Providers>
|
||||
|
||||
Reference in New Issue
Block a user