remove comma added by vscode prettifer
This commit is contained in:
parent
152cc07483
commit
116a147202
1 changed files with 1 additions and 1 deletions
|
@ -821,7 +821,7 @@ async function post(ev?: MouseEvent) {
|
||||||
const filesData = toRaw(files.value);
|
const filesData = toRaw(files.value);
|
||||||
|
|
||||||
const isMissingAltText = filesData.filter(
|
const isMissingAltText = filesData.filter(
|
||||||
file => file.type.startsWith('image/') || file.type.startsWith('video/') || file.type.startsWith('audio/'),
|
file => file.type.startsWith('image/') || file.type.startsWith('video/') || file.type.startsWith('audio/')
|
||||||
).some(file => !file.comment);
|
).some(file => !file.comment);
|
||||||
|
|
||||||
if (isMissingAltText) {
|
if (isMissingAltText) {
|
||||||
|
|
Loading…
Add table
Reference in a new issue