From 3872483794583c6defcaf48f982359a7c1113250 Mon Sep 17 00:00:00 2001 From: IMB11 Date: Fri, 3 Oct 2025 17:40:11 +0100 Subject: [PATCH 1/5] feat: start on fix --- .../ui/dashboard/CreatorTaxFormModal.vue | 1 + .../src/pages/dashboard/revenue/withdraw.vue | 56 +++++++++++++++++++ 2 files changed, 57 insertions(+) diff --git a/apps/frontend/src/components/ui/dashboard/CreatorTaxFormModal.vue b/apps/frontend/src/components/ui/dashboard/CreatorTaxFormModal.vue index cd430a24a7..8d3a439d54 100644 --- a/apps/frontend/src/components/ui/dashboard/CreatorTaxFormModal.vue +++ b/apps/frontend/src/components/ui/dashboard/CreatorTaxFormModal.vue @@ -239,6 +239,7 @@ async function continueForm() { } } catch (error) { console.error('Error occurred while continuing tax form:', error) + handleCancel() } finally { manualLoading.value = false } diff --git a/apps/frontend/src/pages/dashboard/revenue/withdraw.vue b/apps/frontend/src/pages/dashboard/revenue/withdraw.vue index 9401ad9db3..c544021ec0 100644 --- a/apps/frontend/src/pages/dashboard/revenue/withdraw.vue +++ b/apps/frontend/src/pages/dashboard/revenue/withdraw.vue @@ -1,4 +1,9 @@