Desktop, Mobile: Fixes #9996: Sort notebooks in a case-insensitive way

pull/10009/head
Laurent Cozic 2024-02-26 19:27:29 +00:00
parent ef9a1daf18
commit e5a643e796
1 changed files with 1 additions and 0 deletions

View File

@ -278,6 +278,7 @@ class BaseModel {
limit: options.limit,
order: options.order as any,
page: 1,
caseInsensitive: options.caseInsensitive,
})}`;
}