From a780656f297cf5f7a7f8f9cfcce7573ef221741e Mon Sep 17 00:00:00 2001 From: Chika Date: Sat, 16 Jul 2022 17:53:53 +0300 Subject: [PATCH] process/payments: run validation immediately --- process/payments/reactions.ts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/process/payments/reactions.ts b/process/payments/reactions.ts index 14ad190..2848c71 100644 --- a/process/payments/reactions.ts +++ b/process/payments/reactions.ts @@ -41,6 +41,9 @@ export default function paymentsReactions(store: RootStore, apolloClient: Apollo } else { removeError(); } + }, + { + fireImmediately: true, } ); }