Skip to content

Commit

Permalink
Remove stray state-setter
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverroick committed Dec 18, 2024
1 parent 3eaaa75 commit 8494f31
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/hooks/useRepositoryField.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ export default function useRepositoryField(defaultValue) {
const orgRepoString = extractOrgAndRepo(value);

if (!orgRepoString) {
setIsValidating(false);
return "Provide the repository as the format 'organization/repository'.";
}
};
Expand Down

0 comments on commit 8494f31

Please sign in to comment.