fix lint
This commit is contained in:
parent
86b4ae37bc
commit
9e4a408d7a
|
|
@ -433,8 +433,7 @@ function showMenu(ev: MouseEvent, item: UploaderItem) {
|
||||||
text: i18n.ts.high,
|
text: i18n.ts.high,
|
||||||
active: computed(() => item.compressionLevel === 3),
|
active: computed(() => item.compressionLevel === 3),
|
||||||
action: () => changeCompressionLevel(3),
|
action: () => changeCompressionLevel(3),
|
||||||
},
|
}],
|
||||||
],
|
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue