[arvados-workbench2] updated: 2.4.0-382-g1ccc0731
git repository hosting
git at public.arvados.org
Thu Dec 15 11:45:35 UTC 2022
Summary of changes:
src/components/data-explorer/data-explorer.tsx | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
via 1ccc0731c543d6d7690b66a2b1b7ba0afb21019a (commit)
from 3f3ea67a093f3521fe613f0f82247b622c48b9b0 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
commit 1ccc0731c543d6d7690b66a2b1b7ba0afb21019a
Author: Lucas Di Pentima <lucas.dipentima at curii.com>
Date: Thu Dec 15 11:23:48 2022 +0100
19865: Fixes DataExplorer/SearchInput communication.
Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima <lucas.dipentima at curii.com>
diff --git a/src/components/data-explorer/data-explorer.tsx b/src/components/data-explorer/data-explorer.tsx
index 549c4765..1a14b7ad 100644
--- a/src/components/data-explorer/data-explorer.tsx
+++ b/src/components/data-explorer/data-explorer.tsx
@@ -109,7 +109,7 @@ export const DataExplorer = withStyles(styles)(
showLoading: false,
prevRefresh: '',
prevRoute: '',
- searchValue: '',
+ searchValue: this.props.searchValue,
};
componentDidUpdate(prevProps: DataExplorerProps<T>) {
@@ -147,12 +147,10 @@ export const DataExplorer = withStyles(styles)(
this.props.onSetColumns(this.props.columns);
}
// Component just mounted, so we need to show the loading indicator.
- this.props.onSearch('');
this.setState({
showLoading: this.props.working,
prevRefresh: this.props.currentRefresh || '',
prevRoute: this.props.currentRoute || '',
- searchValue: '',
});
}
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list