Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/overseerr/commit/bb09f8eaf70f6d0c981f31bd5f3c8afb2fe101ab?style=unified&whitespace=ignore-eol You should set ROOT_URL correctly, otherwise the web may not work correctly.

fix(ui): sort 'Request As' user dropdown by display name ()

Co-authored-by: Ryan Cohen <ryan@sct.dev>
pull/2105/head
TheCatLady 4 years ago committed by GitHub
parent 98ece67655
commit bb09f8eaf7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -117,7 +117,7 @@ const AdvancedRequester: React.FC<AdvancedRequesterProps> = ({
const { data: userData } = useSWR<UserResultsResponse>(
hasPermission([Permission.MANAGE_REQUESTS, Permission.MANAGE_USERS])
? '/api/v1/user?take=1000'
? '/api/v1/user?take=1000&sort=displayname'
: null
);

Loading…
Cancel
Save