[arvados-workbench2] updated: 2.7.0-222-ge7a3f670
git repository hosting
git at public.arvados.org
Tue Nov 28 14:09:47 UTC 2023
Summary of changes:
src/components/multiselect-toolbar/MultiselectToolbar.tsx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
via e7a3f670ea3fa984fb704b204772ba98a5cf4451 (commit)
from f34a6f707a2a06a079957e76c6ba1b775881d191 (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 e7a3f670ea3fa984fb704b204772ba98a5cf4451
Author: Lisa Knox <lisaknox83 at gmail.com>
Date: Tue Nov 28 09:09:41 2023 -0500
21128: fixed select single item crash Arvados-DCO-1.1-Signed-off-by: Lisa Knox <lisa.knox at curii.com>
diff --git a/src/components/multiselect-toolbar/MultiselectToolbar.tsx b/src/components/multiselect-toolbar/MultiselectToolbar.tsx
index 51fe4375..8a7c0ab4 100644
--- a/src/components/multiselect-toolbar/MultiselectToolbar.tsx
+++ b/src/components/multiselect-toolbar/MultiselectToolbar.tsx
@@ -68,7 +68,7 @@ export const MultiselectToolbar = connect(
const actions =
currentPathIsTrash && selectedToKindSet(checkedList).size
? [msToggleTrashAction]
- : selectActionsByKind(currentResourceKinds as string[], multiselectActionsFilters)
+ : selectActionsByKind([currentResourceKinds] as string[], multiselectActionsFilters)
.filter((action) => (singleSelectedUuid === null ? action.isForMulti : true));
return (
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list