Skip to content

Commit 468b356

Browse files
committed
Update MetadataForm.tsx
1 parent b836b94 commit 468b356

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/components/Dialogs/MetadataForm.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,6 @@ export function MetadataForm({
7878
<Select
7979
id={'chargingTargetType'}
8080
className={styles.input}
81-
value={watch('chargingTargetType')}
8281
onChange={handleChargingTargetTypeChange}
8382
>
8483
{chargingTypes.map((option) => (

0 commit comments

Comments
 (0)