Skip to content

Commit

Permalink
Merge branch 'main' into analysis-details-fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ibolton336 authored Dec 15, 2023
2 parents 25ec233 + 67ab924 commit 5597da4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ export const WaveForm: React.FC<WaveFormProps> = ({
watch,
trigger,
} = useForm<WaveFormValues>({
mode: "all",
mode: "onChange",
defaultValues: {
name: migrationWave?.name || "",
startDateStr: migrationWave?.startDate
Expand Down

0 comments on commit 5597da4

Please sign in to comment.