fix: Edit mode without changing value

This commit is contained in:
Net 2024-08-29 09:55:27 +07:00
parent 5e1a8ffd00
commit 5b2785c75d

View file

@ -94,7 +94,7 @@ watch(currentFileSelected, () => {
v.value.includes(currentFileSelected.value.split('-')[0]),
) || 0;
.value = props.dropdownList?.[tempValue].label || 'other';
currentMode.value = props.dropdownList?.[tempValue].label || 'other';
}
});
});