Merge branch '15557-rerun-workflow' into main. Closes #15557
[arvados.git] / src / components / data-explorer / data-explorer.tsx
index ff0b6fc7179c58b565197fe18c059589352e59e7..0785f2e6cd8b7c1f3fd7402408db671cc684852d 100644 (file)
@@ -172,7 +172,7 @@ export const DataExplorer = withStyles(styles)(
                                         {!hideSearchInput && <SearchInput
                                             label={searchLabel}
                                             value={searchValue}
-                                            selfClearProp={this.props.currentRoute || ''}
+                                            selfClearProp={''}
                                             onSearch={onSearch} />}
                                     </div>}
                                     {actions}