[arvados] updated: 2.7.0-6840-g368a231517
git repository hosting
git at public.arvados.org
Mon Jun 3 14:34:27 UTC 2024
Summary of changes:
services/workbench2/src/components/data-explorer/data-explorer.tsx | 1 +
1 file changed, 1 insertion(+)
via 368a231517b40f39a9944fec2e42af38616c3062 (commit)
from f60f33a2988545fdeb8b3b07d7cefb82c0d884d3 (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 368a231517b40f39a9944fec2e42af38616c3062
Author: Lisa Knox <lisaknox83 at gmail.com>
Date: Mon Jun 3 10:33:23 2024 -0400
fixed missing } in data-explorer.tsx
no issue #
Arvados-DCO-1.1-Signed-off-by: Lisa Knox <lisa.knox at curii.com>
diff --git a/services/workbench2/src/components/data-explorer/data-explorer.tsx b/services/workbench2/src/components/data-explorer/data-explorer.tsx
index dbdf68b693..0867a9cbec 100644
--- a/services/workbench2/src/components/data-explorer/data-explorer.tsx
+++ b/services/workbench2/src/components/data-explorer/data-explorer.tsx
@@ -160,6 +160,7 @@ export const DataExplorer = withStyles(styles)(
this.setState({
msToolbarInDetailsCard: selectedResourceUuid === this.props.currentRouteUuid,
})
+ }
if (this.props.itemsAvailable !== prevProps.itemsAvailable) {
this.maxItemsAvailable = Math.max(this.maxItemsAvailable, this.props.itemsAvailable);
}
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list