From b7fc29327a5bfe8c69b99e10e8f91b0afed67235 Mon Sep 17 00:00:00 2001 From: Dominik Pschenitschni Date: Tue, 14 Jan 2025 21:40:09 +0000 Subject: [PATCH] feat: add generic types to multiselect (#2618) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This improves (!) the types of Multiselect — it doesn't fix them Reviewed-on: https://kolaente.dev/vikunja/vikunja/pulls/2618 Co-authored-by: Dominik Pschenitschni Co-committed-by: Dominik Pschenitschni --- frontend/src/components/input/Multiselect.vue | 33 +++++++------------ 1 file changed, 12 insertions(+), 21 deletions(-) diff --git a/frontend/src/components/input/Multiselect.vue b/frontend/src/components/input/Multiselect.vue index c4f8ef2cb..b2bd599c6 100644 --- a/frontend/src/components/input/Multiselect.vue +++ b/frontend/src/components/input/Multiselect.vue @@ -123,7 +123,7 @@ -