Skip to content

Commit c0d1003

Browse files
committed
fix
1 parent a84b423 commit c0d1003

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/new-tab/setting/content/site-manager/site-edit-form.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ const IconField = () => {
8989
</Form.Slot>
9090
)}
9191

92-
{iconType !== 'builtinIcon' && (
92+
{iconType !== 'builtin' && (
9393
<>
9494
<Form.Slot label={t('backgroundColor')}>
9595
<ColorPicker

0 commit comments

Comments
 (0)