fix: adjust tui retry dialog logic to be more provider specific and error case specific (#26366)
This commit is contained in:
parent
df75bfe07c
commit
799996db76
8 changed files with 98 additions and 64 deletions
|
|
@ -267,6 +267,8 @@ export type SessionStatus =
|
|||
attempt: number
|
||||
message: string
|
||||
action?: {
|
||||
reason: string
|
||||
provider: string
|
||||
title: string
|
||||
message: string
|
||||
label: string
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue