chore(dev): upgrade dialog hotfix

This commit is contained in:
Soumyadas15 2025-05-25 11:19:55 +05:30
parent b557da578e
commit 73f78f176a
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ export const useInitiateAgentWithInvalidation = () => {
if (errorMessage.toLowerCase().includes("payment required")) {
console.log('Opening payment required modal');
onOpen("paymentRequiredDialog");
return; // Don't show other error toasts
return;
}
}
}