From 056071c6e6df0034976f99c5ab1a7117223bdb9d Mon Sep 17 00:00:00 2001 From: Jan Bader Date: Fri, 4 Feb 2022 20:47:50 +0000 Subject: [PATCH] Make autocomplete usable for multiple types --- web/src/components/Autocomplete.vue | 28 ++++++++++++++-------------- web/src/pages/Account.vue | 2 +- 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/web/src/components/Autocomplete.vue b/web/src/components/Autocomplete.vue index 610aba3..19a6256 100644 --- a/web/src/components/Autocomplete.vue +++ b/web/src/components/Autocomplete.vue @@ -1,7 +1,7 @@