mirror of
https://github.com/modrinth/code.git
synced 2026-08-26 01:26:23 +00:00
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:
co-authored by
--global <--global>
parent
cb5600ad45
commit
3c578108de
@@ -239,6 +239,7 @@ async function continueForm() {
|
||||
}
|
||||
} catch (error) {
|
||||
console.error('Error occurred while continuing tax form:', error)
|
||||
handleCancel()
|
||||
} finally {
|
||||
manualLoading.value = false
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user