@@ -942,7 +942,7 @@
let currentTicket = this.tickets.filter(_x => _x.uid === '{{$currentTicket->uid}}');
if (currentTicket && currentTicket.length)
this['{{$currentTicket->category}}ShowPopup'](currentTicket[0]);
- }, 250);
+ }, 10);
@endif
}