Merge pull request #562 from ONLYOFFICE/bugfix/gallery-form

Bugfix/gallery form
This commit is contained in:
Alexey Safronov 2024-07-26 16:44:36 +04:00 committed by GitHub
commit 32d12d32f0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -315,7 +315,7 @@ const useFiles = ({
const isFormRoom =
selectedFolderStore.roomType === RoomsType.FormRoom ||
selectedFolderStore.type === FolderType.FormRoom;
selectedFolderStore.parentRoomType === FolderType.FormRoom;
const payload = {
extension: "pdf",

View File

@ -974,7 +974,7 @@ class ContextOptionsStore {
const filterUrlParams = filesFilter.toUrlParams();
const url = getCategoryUrl(
this.filesStore.categoryType,
filterUrlParams.folder,
filesFilter.folder,
);
navigate(