fix: allow payouts that go over the tax limit by prefilling form (#4478)

* feat: start on fix

* fix: withdraw btn

* fix: lint issues

* fix: use button rather than span

* fix: lint issues

---------

Co-authored-by: --global <--global>
This commit is contained in:
Calum H.
2025-10-07 17:33:50 +01:00
committed by GitHub
parent cb5600ad45
commit 3c578108de
3 changed files with 90 additions and 31 deletions

View File

@@ -239,6 +239,7 @@ async function continueForm() {
}
} catch (error) {
console.error('Error occurred while continuing tax form:', error)
handleCancel()
} finally {
manualLoading.value = false
}