mirror of
https://github.com/Tria-plc/emaui.git
synced 2026-08-26 19:12:50 +00:00
revert
This commit is contained in:
@@ -417,11 +417,8 @@ export const licensingApi = baseApi
|
||||
* claim or a decision refreshes the badges along with the list and the
|
||||
* numbers can never drift from what the grid is showing.
|
||||
*/
|
||||
getQueueCounts: builder.query<QueueCounts, QueueFilter | void>({
|
||||
query: (params) => ({
|
||||
url: '/license-application-review/counts',
|
||||
params: serialiseQueueFilter(params),
|
||||
}),
|
||||
getQueueCounts: builder.query<QueueCounts, void>({
|
||||
query: () => ({ url: '/license-application-review/counts' }),
|
||||
providesTags: () => [listTag('ApplicationQueue')],
|
||||
}),
|
||||
|
||||
|
||||
Reference in New Issue
Block a user