fix duration value review comment
This commit is contained in:
@@ -43,7 +43,7 @@ const transformedValue = computed({
|
||||
},
|
||||
set(newValue) {
|
||||
if (newValue == null || newValue === '') {
|
||||
duration.value = null;
|
||||
duration.value = props.min || null;
|
||||
return;
|
||||
}
|
||||
let minuteValue = convertToMinutes(newValue);
|
||||
|
||||
Reference in New Issue
Block a user