From 22807f1ff4ebc4d091a35fe20131fa0067bcbc53 Mon Sep 17 00:00:00 2001 From: Matthew Penner Date: Fri, 5 Feb 2021 09:44:16 -0700 Subject: [PATCH] ui(admin): tweaks to LocationSelect.tsx --- .../scripts/components/admin/nodes/LocationSelect.tsx | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/resources/scripts/components/admin/nodes/LocationSelect.tsx b/resources/scripts/components/admin/nodes/LocationSelect.tsx index b7974dda1..c2835016f 100644 --- a/resources/scripts/components/admin/nodes/LocationSelect.tsx +++ b/resources/scripts/components/admin/nodes/LocationSelect.tsx @@ -89,9 +89,14 @@ export default ({ defaultLocation }: { defaultLocation: Location }) => { {locations.length < 1 ? -
-

Please type 2 or more characters.

-
+ inputText.length < 2 ? +
+

Please type 2 or more characters.

+
+ : +
+

No results found.

+
: