Ticket edit updates
This commit is contained in:
parent
2568547384
commit
87724bb7b8
9 changed files with 297 additions and 352 deletions
|
|
@ -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]);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue