We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b836b94 commit 468b356Copy full SHA for 468b356
src/components/Dialogs/MetadataForm.tsx
@@ -78,7 +78,6 @@ export function MetadataForm({
78
<Select
79
id={'chargingTargetType'}
80
className={styles.input}
81
- value={watch('chargingTargetType')}
82
onChange={handleChargingTargetTypeChange}
83
>
84
{chargingTypes.map((option) => (
0 commit comments