feat(ticket): add global ticket assignment page
This commit is contained in:
@@ -79,6 +79,9 @@ export const videoService = {
|
||||
sort: params?.sort ?? 'timestamp_asc',
|
||||
search: params?.search,
|
||||
},
|
||||
paramsSerializer: {
|
||||
indexes: null,
|
||||
},
|
||||
},
|
||||
);
|
||||
return response.data;
|
||||
|
||||
Reference in New Issue
Block a user