process/payments: run validation immediately
This commit is contained in:
parent
090217039e
commit
a780656f29
@ -41,6 +41,9 @@ export default function paymentsReactions(store: RootStore, apolloClient: Apollo
|
||||
} else {
|
||||
removeError();
|
||||
}
|
||||
},
|
||||
{
|
||||
fireImmediately: true,
|
||||
}
|
||||
);
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user