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
|
<Dropdown
|
||||||
options={converter.supportedFormats}
|
options={converter.supportedFormats}
|
||||||
bind:selected={files
|
bind:selected={files
|
||||||
.conversionTypes[i]}
|
.conversionTypes[
|
||||||
|
files.files.length - 1 - i
|
||||||
|
]}
|
||||||
onselect={() => {
|
onselect={() => {
|
||||||
file.result = null;
|
file.result = null;
|
||||||
}}
|
}}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue