From 8623aaadbcce778e52007bba5bf6a15ca7e91fc0 Mon Sep 17 00:00:00 2001 From: Piotr Rogowski Date: Mon, 18 Jul 2022 22:15:58 +0200 Subject: [PATCH] Allow clear search input --- src/pages/Hub.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/pages/Hub.tsx b/src/pages/Hub.tsx index 844f8c6..09f20da 100644 --- a/src/pages/Hub.tsx +++ b/src/pages/Hub.tsx @@ -165,6 +165,7 @@ const Hub = () => { style={{ marginBottom: 10, height: 40 }} placeholder="Search..." onChange={({ target }) => debounceLoadData(target.value)} + allowClear />