mirror of https://github.com/VERT-sh/VERT.git
fix: reversed dl types?
This commit is contained in:
parent
9623792a48
commit
5ee9cf7ec7
|
@ -323,7 +323,9 @@
|
|||
<Dropdown
|
||||
options={converter.supportedFormats}
|
||||
bind:selected={files
|
||||
.conversionTypes[i]}
|
||||
.conversionTypes[
|
||||
files.files.length - 1 - i
|
||||
]}
|
||||
onselect={() => {
|
||||
file.result = null;
|
||||
}}
|
||||
|
|
Loading…
Reference in New Issue