From d4523b0ca4e9a800509115053073218c58236647 Mon Sep 17 00:00:00 2001 From: Scott Wilson Date: Mon, 2 Jun 2025 18:19:51 -0700 Subject: [PATCH] improvements: additional feedback --- .../components/SecretScanningResourceSection.tsx | 4 ---- .../components/SecretScanningScanSection.tsx | 11 ++++++++++- 2 files changed, 10 insertions(+), 5 deletions(-) diff --git a/frontend/src/pages/secret-scanning/SecretScanningDataSourceByIdPage/components/SecretScanningResourceSection.tsx b/frontend/src/pages/secret-scanning/SecretScanningDataSourceByIdPage/components/SecretScanningResourceSection.tsx index 5935fdc5d..644a250fe 100644 --- a/frontend/src/pages/secret-scanning/SecretScanningDataSourceByIdPage/components/SecretScanningResourceSection.tsx +++ b/frontend/src/pages/secret-scanning/SecretScanningDataSourceByIdPage/components/SecretScanningResourceSection.tsx @@ -1,6 +1,3 @@ -import { faExpand } from "@fortawesome/free-solid-svg-icons"; -import { FontAwesomeIcon } from "@fortawesome/react-fontawesome"; - import { createNotification } from "@app/components/notifications"; import { ProjectPermissionCan } from "@app/components/permissions"; import { Button } from "@app/components/v2"; @@ -63,7 +60,6 @@ export const SecretScanningResourceSection = ({ dataSource }: Props) => { {(isAllowed) => (