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 e58125b commit 49882c1Copy full SHA for 49882c1
src/components/Dialogs/MetadataForm.tsx
@@ -56,6 +56,7 @@ export function MetadataForm({
56
const selectedOption = event.detail.selectedOption as HTMLElement;
57
const value = selectedOption.dataset.value ?? '';
58
setValue('chargingTargetType', value, { shouldValidate: true, shouldDirty: true });
59
+ setValue('chargingTarget', '', { shouldValidate: false, shouldDirty: true });
60
};
61
62
const chargingTypes: SelectOption[] = [
0 commit comments