run the migration script on assignment v2 toggle

This commit is contained in:
Tanmay Deep Sharma
2026-03-17 13:23:39 +05:30
parent 93ea9ecc9f
commit aead51cbde
4 changed files with 8 additions and 28 deletions
@@ -43,7 +43,7 @@ const transformedValue = computed({
},
set(newValue) {
if (newValue == null || newValue === '') {
duration.value = props.min || null;
duration.value = null;
return;
}
let minuteValue = convertToMinutes(newValue);