We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 37a760d commit 52cb610Copy full SHA for 52cb610
src/infotip/inline-ui.js
@@ -149,6 +149,9 @@ function IconTabContent( {
149
];
150
151
const iconEnabled = activeAttributes[ 'icon-enabled' ] === 'true';
152
+ if ( iconEnabled && ! activeAttributes[ 'icon-type' ] ) {
153
+ activeAttributes[ 'icon-type' ] = 'info';
154
+ }
155
156
return (
157
<>
0 commit comments