Web: Fixed format of searchParam for files selector

This commit is contained in:
Ilya Oleshko 2021-12-03 18:41:57 +03:00
parent bff93c7141
commit 086cc8efd2
2 changed files with 2 additions and 2 deletions

View File

@ -91,7 +91,7 @@ const Panels = (props) => {
onClose={onClose}
foldersType="exceptPrivacyTrashFolders"
ByExtension
searchParam={"docx"}
searchParam={".docx"}
headerName={t("Translations:CreateMasterFormFromFile")}
titleFilesList={t("SelectFile:SelectDOCXFormat")}
creationButtonPrimary

View File

@ -695,7 +695,7 @@ const Editor = () => {
const mailMergeActionProps = {
isTablesOnly: true,
searchParam: "xlsx",
searchParam: ".xlsx",
};
const compareFilesActionProps = {
isDocumentsOnly: true,