From: Lisa Knox Date: Wed, 4 Oct 2023 17:31:51 +0000 (-0400) Subject: 15768: cleanup Arvados-DCO-1.1-Signed-off-by: Lisa Knox X-Git-Url: https://git.arvados.org/arvados.git/commitdiff_plain/514a342ebb895c8a2a0e41649e9b375f5eb8b74a 15768: cleanup Arvados-DCO-1.1-Signed-off-by: Lisa Knox --- 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 08ff6b02c7..0248c8267d 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 1323ebc3e5..f2f5569a4b 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.");