Complete TicketsList page like other list pages
- Add pagination to useGetTickets hook - Add pagination parameters to getTickets service - Add Pager interface and update ITicketsResponse - Complete TicketsList component with table, status, pagination and navigation
This commit is contained in:
@@ -42,7 +42,7 @@ const TicketSubMenu: FC = () => {
|
||||
<SubMenuItem
|
||||
title={t('submenu.category')}
|
||||
isActive={isActive('category')}
|
||||
link={Pages.ticket.category}
|
||||
link={Pages.ticket.category.list}
|
||||
/>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user