fix: refresh ticket detail data with the active defect class, select the emitted defect class after analysis completes, and animate the processing loader icon.
This commit is contained in:
@@ -26,6 +26,7 @@ export default function TicketDetailPage() {
|
||||
|
||||
const liveState = useTicketDetailEvents(
|
||||
ticketId,
|
||||
defectClass,
|
||||
Boolean(ticketId && ticket && ticket.status !== 'closed'),
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user