From 026c213ea46dd7c199dd829a6da9c40638114af4 Mon Sep 17 00:00:00 2001 From: Michael Shamoon <4887959+shamoon@users.noreply.github.com> Date: Sat, 3 Apr 2021 09:30:29 -0700 Subject: [PATCH] Refactor to use ng-select addTag function --- .../common/input/select/select.component.html | 31 ++++++++++--------- .../common/input/select/select.component.ts | 24 +++----------- .../common/input/tags/tags.component.html | 17 +++------- .../common/input/tags/tags.component.ts | 27 +++++----------- src-ui/src/styles.scss | 2 -- 5 files changed, 32 insertions(+), 69 deletions(-) diff --git a/src-ui/src/app/components/common/input/select/select.component.html b/src-ui/src/app/components/common/input/select/select.component.html index f9f05b6fa..b5fb6f2ed 100644 --- a/src-ui/src/app/components/common/input/select/select.component.html +++ b/src-ui/src/app/components/common/input/select/select.component.html @@ -1,28 +1,29 @@