projects
/
arvados.git
/ blobdiff
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
improve code after CR
[arvados.git]
/
src
/
views-components
/
context-menu
/
action-sets
/
collection-action-set.ts
diff --git
a/src/views-components/context-menu/action-sets/collection-action-set.ts
b/src/views-components/context-menu/action-sets/collection-action-set.ts
index a7d16c680f636655a19b4b0f70981ac703bf338a..67249fc716ae80d6ddd2f5b1b0c8d4b0892aeeec 100644
(file)
--- a/
src/views-components/context-menu/action-sets/collection-action-set.ts
+++ b/
src/views-components/context-menu/action-sets/collection-action-set.ts
@@
-44,7
+44,7
@@
export const collectionActionSet: ContextMenuActionSet = [[
{
component: ToggleTrashAction,
execute: (dispatch, resource) => {
- dispatch<any>(toggleCollectionTrashed(resource));
+ dispatch<any>(toggleCollectionTrashed(resource
.uuid, resource.isTrashed!!
));
}
},
{