формат

This commit is contained in:
dasha 2023-05-18 12:58:44 +04:00
parent e376e9d8f2
commit 4997506a44

View File

@ -118,8 +118,7 @@
description: `${format} file`,
accept:
{
"text/docx": [".docx"],
"text/xlsx": [".xlsx"]
[`text/${format}`]: [`.${format}`]
},
}],
};