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.

+
: