Fixup current set of vuejs type warnings
This commit is contained in:
@@ -103,7 +103,7 @@ const configureDays = ref([]);
|
||||
const configureHours = ref([]);
|
||||
const configureRetention = ref('');
|
||||
const isConfigureValid = computed(() => {
|
||||
return configureDays.value.length && configureHours.value.length;
|
||||
return !!configureDays.value.length && !!configureHours.value.length;
|
||||
});
|
||||
|
||||
function onConfigure() {
|
||||
|
||||
Reference in New Issue
Block a user