diff --git a/frontend/src/components/TicketsList/index.js b/frontend/src/components/TicketsList/index.js index 203e371..9754d79 100644 --- a/frontend/src/components/TicketsList/index.js +++ b/frontend/src/components/TicketsList/index.js @@ -200,7 +200,7 @@ const TicketsList = (props) => { showAll, queueIds: JSON.stringify(selectedQueueIds), tab, - unlimited:"all" + unlimited: status === 'open' ? "all" : "false" }) useEffect(() => {