feat: improve error handling for withdraw modal (#5054)

* feat: improve error handling for withdraw modal

* fix: add headers to error info

* prepr

---------

Co-authored-by: Prospector <6166773+Prospector@users.noreply.github.com>
This commit is contained in:
Calum H.
2026-01-06 00:46:34 +00:00
committed by GitHub
parent 0cf28c6392
commit a6cd4dfc0f
4 changed files with 243 additions and 50 deletions

View File

@@ -8,6 +8,7 @@ export interface WebNotification {
errorCode?: string
count?: number
timer?: NodeJS.Timeout
supportData?: Record<string, unknown>
}
export type NotificationPanelLocation = 'left' | 'right'