landryb commented on code in PR #33060:
URL: https://github.com/apache/superset/pull/33060#discussion_r2035520849
##########
superset-frontend/src/pages/RolesList/index.tsx:
##########
@@ -163,7 +163,7 @@ function RolesList({ addDangerToast, addSuccessToast, user
}: RolesListProps) {
const fetchPage = async (pageIndex: number) => {
const response = await SupersetClient.get({
- endpoint:
`api/v1/security/users/?q={"page_size":${pageSize},"page":${pageIndex}}`,
+ endpoint:
`api/v1/security/users/?q=(page_size:${pageSize},page:${pageIndex})`,
});
return response.json;
};
Review Comment:
i'm pretty sure the above automated review feedback also applied to the
previously existing code, so i'm not going to take it into account...
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]