Skip to content

Commit

Permalink
add in the default value with an explanation
Browse files Browse the repository at this point in the history
  • Loading branch information
eschutho committed Jul 21, 2023
1 parent 184ffd1 commit a80b38c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions superset-frontend/webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -421,6 +421,9 @@ const config = {
options: {
titleProp: true,
ref: true,
// this is the default value for the icon. Using other values
// here will replace width and height in svg with 1em
icon: false,
},
},
],
Expand Down

0 comments on commit a80b38c

Please sign in to comment.