File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed
components/dialog/stories Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -246,7 +246,6 @@ WithScroll.parameters = {
246
246
* A fullscreen dialog will automatically fill almost all of the available screen space. A margin is included around the outside of the dialog.
247
247
*/
248
248
export const Fullscreen = DialogFullscreen . bind ( { } ) ;
249
- // export const Fullscreen = Template.bind({});
250
249
Fullscreen . parameters = {
251
250
chromatic : { disableSnapshot : true } ,
252
251
} ;
@@ -259,7 +258,6 @@ Fullscreen.args = {
259
258
* A fullscreen takeover dialog will fill all of the available screen space.
260
259
*/
261
260
export const FullscreenTakeover = DialogFullscreenTakeover . bind ( { } ) ;
262
- // export const FullscreenTakeover = Template.bind({});
263
261
FullscreenTakeover . parameters = {
264
262
chromatic : { disableSnapshot : true } ,
265
263
} ;
You can’t perform that action at this time.
0 commit comments