[arvados-workbench2] updated: 2.6.0-124-g514a342e

git repository hosting git at public.arvados.org
Wed Oct 4 17:32:01 UTC 2023


Summary of changes:
 .../data-table-multiselect-popover/data-table-multiselect-popover.tsx  | 3 +--
 src/store/collections/collection-copy-actions.ts                       | 1 -
 2 files changed, 1 insertion(+), 3 deletions(-)

       via  514a342ebb895c8a2a0e41649e9b375f5eb8b74a (commit)
      from  59a77c79b4d5a2286eeed3f33af78d0b30caea48 (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 514a342ebb895c8a2a0e41649e9b375f5eb8b74a
Author: Lisa Knox <lisaknox83 at gmail.com>
Date:   Wed Oct 4 13:31:51 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-multiselect-popover/data-table-multiselect-popover.tsx b/src/components/data-table-multiselect-popover/data-table-multiselect-popover.tsx
index 08ff6b02..0248c826 100644
--- a/src/components/data-table-multiselect-popover/data-table-multiselect-popover.tsx
+++ b/src/components/data-table-multiselect-popover/data-table-multiselect-popover.tsx
@@ -2,11 +2,10 @@
 //
 // SPDX-License-Identifier: AGPL-3.0
 
-import React, { useEffect } from "react";
+import React from "react";
 import { WithStyles, withStyles, ButtonBase, StyleRulesCallback, Theme, Popover, Card, Tooltip, IconButton } from "@material-ui/core";
 import classnames from "classnames";
 import { DefaultTransformOrigin } from "components/popover/helpers";
-import debounce from "lodash/debounce";
 import { grey } from "@material-ui/core/colors";
 import { TCheckedList } from "components/data-table/data-table";
 
diff --git a/src/store/collections/collection-copy-actions.ts b/src/store/collections/collection-copy-actions.ts
index 1323ebc3..f2f5569a 100644
--- a/src/store/collections/collection-copy-actions.ts
+++ b/src/store/collections/collection-copy-actions.ts
@@ -65,7 +65,6 @@ export const copyCollection =
                         ownerUuid: "A collection with the same name already exists in the target project.",
                     } as FormErrors)
                 );
-                throw new Error("Could not copy the collection.");
             } else {
                 dispatch(dialogActions.CLOSE_DIALOG({ id: formName }));
                 throw new Error("Could not copy the collection.");

-----------------------------------------------------------------------


hooks/post-receive
-- 




More information about the arvados-commits mailing list