We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37e4266 commit 677bc88Copy full SHA for 677bc88
code/core/src/toolbar/utils/normalize-toolbar-arg-type.ts
@@ -22,6 +22,7 @@ export const normalizeArgType = (
22
if (item.type === 'reset' && argType.toolbar.icon) {
23
item.icon = argType.toolbar.icon;
24
item.hideIcon = true;
25
+ item.value = undefined;
26
}
27
28
return { ...defaultItemValues, ...item };
0 commit comments