chore: remove unrequired type

This commit is contained in:
kolaente 2022-02-05 20:03:16 +01:00
parent d272eb2a7a
commit 8d13b979ec
Signed by untrusted user: konrad
GPG Key ID: F40E70337AB24C9B

View File

@ -79,7 +79,7 @@ const flatPickerConfig = computed(() => ({
}, },
})) }))
const dateRange = ref<string>('') const dateRange = ref('')
watch( watch(
() => dateRange.value, () => dateRange.value,