Skip to content

Commit 10a7a45

Browse files
authored
add back .slds-map ignore region
1 parent 416ba4d commit 10a7a45

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

ui/components/map/index.stories.js

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,12 @@ const patternName = 'Map';
88

99
const storyOptions = {
1010
defaultDemoStyles: 'min-height: 500px;',
11-
isFullBleed: true
11+
isFullBleed: true,
12+
eyes: {
13+
ignoreRegions: [
14+
{ selector: '.slds-map' }
15+
]
16+
}
1217
};
1318

1419
export const DynamicText = () => {

0 commit comments

Comments
 (0)