File tree Expand file tree Collapse file tree
agent-gateway/web/src/components/chat
agent-gui/src/components/chat Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -329,8 +329,8 @@ export function AskUserQuestionCard({
329329 ? "hover:border-border/70 hover:bg-foreground/[0.03] dark:hover:border-white/[0.14]"
330330 : "" ,
331331 ! canInteract &&
332- ! activeCustomSelected &&
333- ( isSettled || cancelled || countdownExpired )
332+ ! activeCustomSelected &&
333+ ( isSettled || cancelled || countdownExpired )
334334 ? "opacity-55"
335335 : "" ,
336336 canInteract ? "cursor-pointer" : "cursor-default" ,
Original file line number Diff line number Diff line change @@ -329,8 +329,8 @@ export function AskUserQuestionCard({
329329 ? "hover:border-border/70 hover:bg-foreground/[0.03] dark:hover:border-white/[0.14]"
330330 : "" ,
331331 ! canInteract &&
332- ! activeCustomSelected &&
333- ( isSettled || cancelled || countdownExpired )
332+ ! activeCustomSelected &&
333+ ( isSettled || cancelled || countdownExpired )
334334 ? "opacity-55"
335335 : "" ,
336336 canInteract ? "cursor-pointer" : "cursor-default" ,
You can’t perform that action at this time.
0 commit comments