ci(#10336): change parameters

This commit is contained in:
Acid Chicken (硫酸鶏) 2023-04-03 03:03:43 +09:00
parent 36e8988ff7
commit 3ab2a008f2
No known key found for this signature in database
GPG key ID: 3E87B98A3F6BAB99
4 changed files with 7 additions and 8 deletions

View file

@ -28,6 +28,10 @@ export const Empty = {
},
parameters: {
layout: 'centered',
chromatic: {
/* This component has animations that are implemented with JavaScript. So it's unstable to take a snapshot. */
disableSnapshot: true,
},
},
} satisfies StoryObj<typeof MkPageHeader>;
export const OneTab = {