use logical OR ( || )
This commit is contained in:
+1
-1
@@ -107,7 +107,7 @@ export const getFieldsQuery = (
|
||||
|
||||
export const getLimitQuery = () => {
|
||||
return {
|
||||
limit: userSettings.libraryPageSize(undefined) ?? undefined
|
||||
limit: userSettings.libraryPageSize(undefined) || undefined
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user