exclude CL popover story from Chromatic (#7862)
This commit is contained in:
parent
e8e78677f0
commit
64b1772bfd
|
@ -130,6 +130,9 @@ export const InitiallyOpen: Story = {
|
|||
${popoverContent}
|
||||
`,
|
||||
}),
|
||||
parameters: {
|
||||
chromatic: { disableSnapshot: true },
|
||||
},
|
||||
};
|
||||
|
||||
export const RightStart: Story = {
|
||||
|
|
Loading…
Reference in New Issue