From 8e42216ad42ca67cf9b7c3f781cf4ed99a23ef86 Mon Sep 17 00:00:00 2001 From: Sam Wray Date: Mon, 4 Jul 2022 10:12:28 +0100 Subject: [PATCH] fix(input-config): fix title on input config panel and add search terms (#740) --- src/App.vue | 2 +- src/components/InputConfig.vue | 14 ++++++++++++++ 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/src/App.vue b/src/App.vue index 169ba8c24..78e356b09 100644 --- a/src/App.vue +++ b/src/App.vue @@ -48,7 +48,7 @@ - + diff --git a/src/components/InputConfig.vue b/src/components/InputConfig.vue index c443540ef..e75b83900 100644 --- a/src/components/InputConfig.vue +++ b/src/components/InputConfig.vue @@ -2,6 +2,20 @@