chore: use the <dropdown> and <dropdown-item> components everywhere

Resolves https://kolaente.dev/vikunja/frontend/issues/2176
This commit is contained in:
kolaente 2022-07-20 17:08:46 +02:00
parent d6a10b01dd
commit cdb63b578d
Signed by untrusted user who does not match committer: konrad
GPG key ID: F40E70337AB24C9B
11 changed files with 146 additions and 76 deletions

View file

@ -50,7 +50,6 @@ const props = defineProps({
for (const e of prop) {
if (!isDate(e) && !isString(e)) {
console.log('validation failed', e, e instanceof Date)
return false
}
}