[arvados-workbench2] updated: 2.6.0-92-ge26fdc06
git repository hosting
git at public.arvados.org
Fri Sep 8 18:48:14 UTC 2023
Summary of changes:
src/components/data-table/data-table.tsx | 1 -
src/store/processes/processes-actions.ts | 2 +-
src/store/workbench/workbench-actions.ts | 1 -
3 files changed, 1 insertion(+), 3 deletions(-)
via e26fdc06a54e8b4fb7c22f78d335d02d2d7c3ea5 (commit)
from 05132236c874d69a06b379b835131861c3e5926a (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 e26fdc06a54e8b4fb7c22f78d335d02d2d7c3ea5
Author: Lisa Knox <lisaknox83 at gmail.com>
Date: Fri Sep 8 14:48:10 2023 -0400
15768: cleanup Arvados-DCO-1.1-Signed-off-by: Lisa Knox <lisa.knox at curii.com>
diff --git a/src/components/data-table/data-table.tsx b/src/components/data-table/data-table.tsx
index 960b3c64..a07a178e 100644
--- a/src/components/data-table/data-table.tsx
+++ b/src/components/data-table/data-table.tsx
@@ -298,7 +298,6 @@ export const DataTable = withStyles(styles)(
const { name, key, renderHeader, filters, sort } = column;
const { onSortToggle, onFiltersChange, classes, checkedList } = this.props;
const { isSelected } = this.state;
- // const { isSelected, checkedList } = this.state;
return column.name === "checkBoxColumn" ? (
<TableCell
key={key || index}
diff --git a/src/store/processes/processes-actions.ts b/src/store/processes/processes-actions.ts
index ed951525..6d6a48b7 100644
--- a/src/store/processes/processes-actions.ts
+++ b/src/store/processes/processes-actions.ts
@@ -316,7 +316,7 @@ export const removeProcessPermanently = (uuid: string) => async (dispatch: Dispa
const uuidsToRemove: string[] = resource.isSingle ? [resource.uuid] : selectedToArray(checkedList);
- //if no items in checkedlist && no items passed in, default to normal context menu behavior
+ //if no items in checkedlist, default to normal context menu behavior
if (!uuidsToRemove.length) uuidsToRemove.push(uuid);
const processesToRemove = uuidsToRemove
diff --git a/src/store/workbench/workbench-actions.ts b/src/store/workbench/workbench-actions.ts
index 1446e5d8..3d580915 100644
--- a/src/store/workbench/workbench-actions.ts
+++ b/src/store/workbench/workbench-actions.ts
@@ -332,7 +332,6 @@ export const moveProject =
kind: SnackbarKind.ERROR,
})
);
- // }
}
}
if (sourceUuid) await dispatch<any>(loadSidePanelTreeProjects(sourceUuid));
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list