fix: allow "set all" to same format

fixes https://github.com/orgs/VERT-sh/discussions/122
This commit is contained in:
Maya 2025-09-17 15:43:06 +03:00
parent af888487d5
commit 30719b003d
No known key found for this signature in database
1 changed files with 2 additions and 4 deletions

View File

@ -78,10 +78,8 @@
<FormatDropdown
onselect={(r) =>
files.files.forEach((f) => {
if (f.from !== r) {
f.to = r;
f.result = null;
}
f.to = r;
f.result = null;
})}
{categories}
dropdownSize={"large"}