fix: Prevent loading all tickets when status is 'closed'

feat-scaling-ticket-remote-creation
adriano 2024-02-28 11:18:48 -03:00
parent 47ed80e1a9
commit c4eda756eb
1 changed files with 1 additions and 1 deletions

View File

@ -200,7 +200,7 @@ const TicketsList = (props) => {
showAll,
queueIds: JSON.stringify(selectedQueueIds),
tab,
unlimited:"all"
unlimited: status === 'open' ? "all" : "false"
})
useEffect(() => {