Skip to content

Commit 7b9f1b4

Browse files
Matthew WalowskiMatthew Walowski
authored andcommitted
remove className from field dropdown
1 parent d5289ce commit 7b9f1b4

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

apps/frontend/src/components/Fields/DropdownField.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ const DropdownField = <T extends string>({
3232
return (
3333
<option
3434
value={option._id}
35-
className="create-field-option"
3635
disabled={isDisabled}
3736
key={option._id}
3837
>

0 commit comments

Comments
 (0)