Skip to content

Commit

Permalink
fix: remove duplicate none doc flavor (#1055)
Browse files Browse the repository at this point in the history
  • Loading branch information
LinaYahya authored Mar 5, 2024
1 parent bc4a6df commit 8dde1db
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/item/form/DocumentForm.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,6 @@ export const DocumentExtraForm = ({
onFlavorChange?.(value as `${DocumentItemExtraFlavor}`);
}}
>
<MenuItem value="">None</MenuItem>
{flavorsTranslations.map(([f, name]) => (
<MenuItem key={f} value={f}>
{name}
Expand Down

0 comments on commit 8dde1db

Please sign in to comment.