[arvados] updated: 2.7.0-6234-g2179d3f39d
git repository hosting
git at public.arvados.org
Wed Mar 20 13:53:34 UTC 2024
Summary of changes:
.../workbench2/src/store/side-panel-tree/side-panel-tree-actions.ts | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
via 2179d3f39d81e97cd3f6225f0551af429cae0e8f (commit)
from 37516bc14fdfe634c78764c15f3a8eb3a09b403c (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 2179d3f39d81e97cd3f6225f0551af429cae0e8f
Author: Lisa Knox <lisaknox83 at gmail.com>
Date: Wed Mar 20 09:53:28 2024 -0400
21357: changed dispatch in loadFavoritesTRee to a string instead of an object Arvados-DCO-1.1-Signed-off-by: Lisa Knox <lisa.knox at curii.com>
diff --git a/services/workbench2/src/store/side-panel-tree/side-panel-tree-actions.ts b/services/workbench2/src/store/side-panel-tree/side-panel-tree-actions.ts
index c522139978..d900c77abb 100644
--- a/services/workbench2/src/store/side-panel-tree/side-panel-tree-actions.ts
+++ b/services/workbench2/src/store/side-panel-tree/side-panel-tree-actions.ts
@@ -154,7 +154,7 @@ export const loadFavoritesTree = () => async (dispatch: Dispatch, getState: () =
treePickerActions.LOAD_TREE_PICKER_NODE_SUCCESS({
id: SidePanelTreeCategory.FAVORITES,
pickerId: SIDE_PANEL_TREE,
- nodes: items.map(item => initTreeNode({ id: item.headUuid, value: item })),
+ nodes: items.map(item => initTreeNode({ id: item.headUuid, value: item.name })),
})
);
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list