chore: convert ShowTasks component to script setup and ts
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
export function parseDateOrString(rawValue: string, fallback: any) {
|
||||
export function parseDateOrString(rawValue: string, fallback: any): string | Date {
|
||||
if (typeof rawValue === 'undefined') {
|
||||
return fallback
|
||||
}
|
||||
|
Reference in New Issue
Block a user