From 4fe7a05c8d76ab4c856003255004a8f3d221f4eb Mon Sep 17 00:00:00 2001 From: Ryan Mathis Date: Mon, 24 Oct 2022 13:50:53 -0700 Subject: [PATCH] Fixed unused variable error --- ui/src/app/metadata/copy/CopySource.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/ui/src/app/metadata/copy/CopySource.js b/ui/src/app/metadata/copy/CopySource.js index 2a3f91312..2a7a6b183 100644 --- a/ui/src/app/metadata/copy/CopySource.js +++ b/ui/src/app/metadata/copy/CopySource.js @@ -47,8 +47,6 @@ export function CopySource({ copy, onNext }) { const target = watch('target'); - const form = watch(); - const { errors, isValid } = formState; React.useEffect(() => {