process/payments: run validation immediately

This commit is contained in:
Chika 2022-07-16 17:53:53 +03:00
parent 090217039e
commit a780656f29

View File

@ -41,6 +41,9 @@ export default function paymentsReactions(store: RootStore, apolloClient: Apollo
} else {
removeError();
}
},
{
fireImmediately: true,
}
);
}