Skip to content

Commit

Permalink
Fixed unused variable error
Browse files Browse the repository at this point in the history
  • Loading branch information
rmathis committed Oct 24, 2022
1 parent c84db1b commit 4fe7a05
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions ui/src/app/metadata/copy/CopySource.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,6 @@ export function CopySource({ copy, onNext }) {

const target = watch('target');

const form = watch();

const { errors, isValid } = formState;

React.useEffect(() => {
Expand Down

0 comments on commit 4fe7a05

Please sign in to comment.