Skip to content

Commit 10e2b1e

Browse files
committed
[fix-sb-viewports] remove unneeded mode config because stories are disabled for modal-launcher
1 parent 5eb1bea commit 10e2b1e

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

__docs__/wonder-blocks-modal/modal-launcher.stories.tsx

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ import type {ModalElement} from "../../packages/wonder-blocks-modal/src/util/typ
2828
import ModalLauncherArgTypes from "./modal-launcher.argtypes";
2929

3030
import ComponentInfo from "../components/component-info";
31-
import {allModes} from "../../.storybook/modes";
3231
import IconButton from "@khanacademy/wonder-blocks-icon-button";
3332
import {PhosphorIcon} from "@khanacademy/wonder-blocks-icon";
3433

@@ -81,10 +80,7 @@ export default {
8180
},
8281
},
8382
chromatic: {
84-
modes: {
85-
small: allModes.small,
86-
large: allModes.large,
87-
},
83+
// All the examples for ModalLauncher are behavior based, not visual.
8884
disableSnapshot: true,
8985
},
9086
},

0 commit comments

Comments
 (0)