Merge branch '15557-rerun-workflow' into main. Closes #15557
[arvados.git] / src / components / data-explorer / data-explorer.tsx
index 67f9bfba99e79af6dc980df16740b536752d3770..0785f2e6cd8b7c1f3fd7402408db671cc684852d 100644 (file)
@@ -141,9 +141,6 @@ export const DataExplorer = withStyles(styles)(
 
         componentDidMount() {
             if (this.props.onSetColumns) {
-                //lisa
-                // console.log('DATA_EXPLORER_CDM:',this.props)
-                
                 this.props.onSetColumns(this.props.columns);
             }
             // Component just mounted, so we need to show the loading indicator.
@@ -163,8 +160,6 @@ export const DataExplorer = withStyles(styles)(
                 paperKey, fetchMode, currentItemUuid, title,
                 doHidePanel, doMaximizePanel, doUnMaximizePanel, panelName, panelMaximized, elementPath
             } = this.props;
-            //lisa
-// console.log('DATA_EXPLORER_TSX', this.props)
             return <Paper className={classes.root} {...paperProps} key={paperKey} data-cy={this.props["data-cy"]}>
                 <Grid container direction="column" wrap="nowrap" className={classes.container}>
                     <div>
@@ -177,7 +172,7 @@ export const DataExplorer = withStyles(styles)(
                                         {!hideSearchInput && <SearchInput
                                             label={searchLabel}
                                             value={searchValue}
-                                            selfClearProp={currentItemUuid}
+                                            selfClearProp={''}
                                             onSearch={onSearch} />}
                                     </div>}
                                     {actions}