Web: Files: removed custom format from download dialog selector

This commit is contained in:
Nikita Gopienko 2022-06-20 16:55:21 +03:00
parent 3b5cb1b7fe
commit ac94309716

View File

@ -51,14 +51,6 @@ const DownloadContent = (props) => {
});
}
formats.push({
key: "custom",
label: t("CustomFormat"),
onClick: onSelectFormat,
"data-format": t("CustomFormat"),
"data-type": type,
});
return formats;
};