From e7c978d1f6fa309e8462fc952f2735c39a4040bb Mon Sep 17 00:00:00 2001 From: Michal Klobukowski Date: Thu, 5 Jul 2018 12:12:01 +0200 Subject: [PATCH] Make data explorer's search input always visible Feature #13703 Arvados-DCO-1.1-Signed-off-by: Michal Klobukowski --- src/components/data-explorer/data-explorer.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/data-explorer/data-explorer.tsx b/src/components/data-explorer/data-explorer.tsx index a0ddc28a..09a32726 100644 --- a/src/components/data-explorer/data-explorer.tsx +++ b/src/components/data-explorer/data-explorer.tsx @@ -54,9 +54,9 @@ class DataExplorer extends React.Component
- {this.props.items.length > 0 && } + onSearch={this.props.onSearch} />