Skip to content

Commit 5f3f15e

Browse files
chore(dialog): remove comments
1 parent 9c3291c commit 5f3f15e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

components/dialog/stories/dialog.stories.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,6 @@ WithScroll.parameters = {
246246
* A fullscreen dialog will automatically fill almost all of the available screen space. A margin is included around the outside of the dialog.
247247
*/
248248
export const Fullscreen = DialogFullscreen.bind({});
249-
// export const Fullscreen = Template.bind({});
250249
Fullscreen.parameters = {
251250
chromatic: { disableSnapshot: true },
252251
};
@@ -259,7 +258,6 @@ Fullscreen.args = {
259258
* A fullscreen takeover dialog will fill all of the available screen space.
260259
*/
261260
export const FullscreenTakeover = DialogFullscreenTakeover.bind({});
262-
// export const FullscreenTakeover = Template.bind({});
263261
FullscreenTakeover.parameters = {
264262
chromatic: { disableSnapshot: true },
265263
};

0 commit comments

Comments
 (0)