Skip to content

Commit

Permalink
fix(csp): update svgo babel.config to use presetDefaults instead of e…
Browse files Browse the repository at this point in the history
…xtendDefaultPlugins (#2138)
  • Loading branch information
dagda1 committed Dec 7, 2021
1 parent bba21a6 commit 4da76d5
Show file tree
Hide file tree
Showing 2 changed files with 659 additions and 614 deletions.
2 changes: 1 addition & 1 deletion packages/netlify-cms-widget-map/src/withMapControl.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ export default function withMapControl({ getFormat, getMap } = {}) {

static defaultProps = {
value: '',
height: '400px'
height: '400px',
};

constructor(props) {
Expand Down
Loading

0 comments on commit 4da76d5

Please sign in to comment.