Browse Source

Trying adding as a story param instead

pull/3488/head
Martin MacDonald 2 years ago
parent
commit
086b8a1f46
  1. 6
      web/components/modals/ChatModal/ChatModal.stories.tsx

6
web/components/modals/ChatModal/ChatModal.stories.tsx

@ -10,7 +10,7 @@ const meta = { @@ -10,7 +10,7 @@ const meta = {
title: 'owncast/Chat/Chat modal',
component: ChatModal,
parameters: {
chromatic: { diffThreshold: 0.8, delay: 5000 },
chromatic: { diffThreshold: 0.8 },
docs: {},
},
} satisfies Meta<typeof ChatModal>;
@ -598,4 +598,8 @@ export const Example = { @@ -598,4 +598,8 @@ export const Example = {
handleClose: () => {},
currentUser,
} as ChatModalProps,
parameters: {
chromatic: { delay: 5000 },
docs: {},
}
};

Loading…
Cancel
Save