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 a84b423 commit c0d1003Copy full SHA for c0d1003
1 file changed
src/new-tab/setting/content/site-manager/site-edit-form.tsx
@@ -89,7 +89,7 @@ const IconField = () => {
89
</Form.Slot>
90
)}
91
92
- {iconType !== 'builtinIcon' && (
+ {iconType !== 'builtin' && (
93
<>
94
<Form.Slot label={t('backgroundColor')}>
95
<ColorPicker
0 commit comments