chore: remove unrequired type

This commit is contained in:
kolaente 2022-02-05 20:03:16 +01:00
parent d272eb2a7a
commit 8d13b979ec
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 1 additions and 1 deletions

View File

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