From ac6da2e42c7dcb456469c6e9f3982dcd44ceb992 Mon Sep 17 00:00:00 2001 From: senderfm Date: Fri, 28 Jun 2019 11:19:22 +0200 Subject: [PATCH] fixed lint und test ok --- webapp/components/SearchInput.vue | 8 ++---- webapp/layouts/default.vue | 48 ++++--------------------------- 2 files changed, 7 insertions(+), 49 deletions(-) diff --git a/webapp/components/SearchInput.vue b/webapp/components/SearchInput.vue index be31239bd..098b30610 100644 --- a/webapp/components/SearchInput.vue +++ b/webapp/components/SearchInput.vue @@ -10,9 +10,7 @@ >
- -   - +   - - {{ option.label | truncate(70) }} - + {{ option.label | truncate(70) }} diff --git a/webapp/layouts/default.vue b/webapp/layouts/default.vue index c5ed6e4b2..562376a06 100644 --- a/webapp/layouts/default.vue +++ b/webapp/layouts/default.vue @@ -1,16 +1,17 @@