mirror of
https://github.com/Tria-plc/emaui.git
synced 2026-08-29 03:40:57 +00:00
fixes
This commit is contained in:
@@ -16,7 +16,7 @@ const configurationApi = baseApi.injectEndpoints({
|
||||
|
||||
getProfessions: builder.query<
|
||||
ListResponse<Profession>,
|
||||
{ skip?: number; take?: number; q?: string } | void
|
||||
{ skip?: number; take?: number; q?: string; orderBy?: string } | void
|
||||
>({
|
||||
query: (arg) => ({ url: '/professions', params: arg ?? {} }),
|
||||
providesTags: ['Api'],
|
||||
|
||||
Reference in New Issue
Block a user