Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
pcfreak30 committed Jan 28, 2025
1 parent 1731e6d commit 3b391f1
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@ export function useBillingMachineEffects(props: UseBillingMachineEffectsProps) {
);
actions.markInvalid(errors);
}

form.clearErrors();
};

if (state === "validating") {
Expand Down

0 comments on commit 3b391f1

Please sign in to comment.