Web: Files: Remove Comments.

This commit is contained in:
Tatiana Lopaeva 2021-07-28 12:33:09 +03:00
parent 48d94b4a2d
commit f99090ec9b

View File

@ -37,21 +37,6 @@ export default function withContent(WrappedContent) {
}
}
// getDefaultName = (format) => {
// const { t } = this.props;
// switch (format) {
// case "docx":
// return t("NewDocument");
// case "xlsx":
// return t("NewSpreadsheet");
// case "pptx":
// return t("NewPresentation");
// default:
// return t("NewFolder");
// }
// };
completeAction = (id) => {
const { editCompleteAction, item } = this.props;