Skip to content

Commit ae737d1

Browse files
lucasgoralCopilot
andauthored
Update src/components/Dialogs/MetadataForm.tsx
Co-authored-by: Copilot <[email protected]>
1 parent 4f28968 commit ae737d1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/Dialogs/MetadataForm.tsx

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

0 commit comments

Comments
 (0)