Ticket edit updates

This commit is contained in:
Darren Clarke 2024-08-07 15:25:53 +02:00
parent 2568547384
commit 87724bb7b8
9 changed files with 297 additions and 352 deletions

View file

@ -20,7 +20,7 @@ export const ZammadOverview: FC<ZammadOverviewProps> = ({ name }) => {
fetchTickets();
const interval = setInterval(fetchTickets, 20000);
const interval = setInterval(fetchTickets, 10000);
return () => clearInterval(interval);
}, [name]);