X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/a37c2265b5f60351bc1f50c22e74650a79110319..6a9ed65ed717080ce933718436038b5c4dec2a74:/src/views-components/data-explorer/data-explorer.tsx diff --git a/src/views-components/data-explorer/data-explorer.tsx b/src/views-components/data-explorer/data-explorer.tsx index 17f2c77b0a..59555707d1 100644 --- a/src/views-components/data-explorer/data-explorer.tsx +++ b/src/views-components/data-explorer/data-explorer.tsx @@ -33,7 +33,7 @@ const mapDispatchToProps = () => { }, onSearch: (searchValue: string) => { - dispatch(dataExplorerActions.SET_SEARCH_VALUE({ id, searchValue })); + dispatch(dataExplorerActions.SET_EXPLORER_SEARCH_VALUE({ id, searchValue })); }, onColumnToggle: (column: DataColumn) => {