File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
packages/@react-spectrum/dialog/stories Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -392,7 +392,7 @@ storiesOf('DialogTrigger', module)
392
392
</ DialogTrigger >
393
393
< DialogTrigger type = "popover" placement = "start" shouldFlip = { false } >
394
394
< ActionButton > Trigger</ ActionButton >
395
- < Dialog > < Content > Placement End </ Content > </ Dialog >
395
+ < Dialog > < Content > Placement Start </ Content > </ Dialog >
396
396
</ DialogTrigger >
397
397
< DialogTrigger type = "popover" placement = "start top" shouldFlip = { false } >
398
398
< ActionButton > Trigger</ ActionButton >
@@ -502,11 +502,11 @@ storiesOf('DialogTrigger', module)
502
502
</ DialogTrigger >
503
503
< DialogTrigger type = "popover" placement = "start top" shouldFlip = { false } >
504
504
< ActionButton > Trigger</ ActionButton >
505
- < Dialog > < Content > Placement Start top </ Content > </ Dialog >
505
+ < Dialog > < Content > Placement Start Top </ Content > </ Dialog >
506
506
</ DialogTrigger >
507
507
< DialogTrigger type = "popover" placement = "top" shouldFlip = { false } >
508
508
< ActionButton > Trigger</ ActionButton >
509
- < Dialog > < Content > Placement top </ Content > </ Dialog >
509
+ < Dialog > < Content > Placement Top </ Content > </ Dialog >
510
510
</ DialogTrigger >
511
511
</ View >
512
512
</ Grid >
You can’t perform that action at this time.
0 commit comments