This commit is contained in:
Sebastian 2023-03-31 14:18:39 -03:00
parent b0cc65e17f
commit a8d30ef0f9
No known key found for this signature in database
GPG Key ID: 173909D1A5F66069

View File

@ -244,7 +244,7 @@ export function useAuthenticatedBackend(): useBackendType {
[baseUrl, creds],
);
const paginatedFetcher = useCallback(
function fetcherImpl<T>([endpoint, page = 0, size]: [
function fetcherImpl<T>([endpoint, page = 1, size]: [
string,
number,
number,