[arvados-workbench2] updated: 2.7.0-213-gef5e2f62
git repository hosting
git at public.arvados.org
Mon Nov 6 14:26:41 UTC 2023
Summary of changes:
src/views-components/side-panel-tree/side-panel-tree.tsx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
via ef5e2f624a7f51fc326a7ef34e8c12134b108ab4 (commit)
from ce84334e25316fdf1671bdf5ce8acda9c1a455de (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 ef5e2f624a7f51fc326a7ef34e8c12134b108ab4
Author: Lisa Knox <lisaknox83 at gmail.com>
Date: Mon Nov 6 09:26:37 2023 -0500
19302: fixed home directory icon Arvados-DCO-1.1-Signed-off-by: Lisa Knox <lisa.knox at curii.com>
diff --git a/src/views-components/side-panel-tree/side-panel-tree.tsx b/src/views-components/side-panel-tree/side-panel-tree.tsx
index 6814a31e..0943fe1d 100644
--- a/src/views-components/side-panel-tree/side-panel-tree.tsx
+++ b/src/views-components/side-panel-tree/side-panel-tree.tsx
@@ -64,7 +64,7 @@ const getProjectPickerIcon = (item: TreeItem<ProjectResource | string>) =>
? getSidePanelIcon(item.data)
: (item.data && item.data.groupClass === GroupClass.FILTER)
? FilterGroupIcon
- : ProjectIcon;
+ : ProjectsIcon;
export const getSidePanelIcon = (category: string) => {
switch (category) {
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list