Skip to content

Commit

Permalink
remove useless var
Browse files Browse the repository at this point in the history
  • Loading branch information
liangfung committed Apr 26, 2024
1 parent 736c8f9 commit 8527024
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,6 @@ export const NewProvider = () => {
const formRef = React.useRef<{
form: UseFormReturn<UpdateGithubProviderFormValues>
}>(null)
const isSubmitting = formRef.current?.form?.formState?.isSubmitting
console.log(formRef.current?.form)
const createGithubRepositoryProviderMutation = useMutation(
createGithubRepositoryProvider,
{
Expand Down

0 comments on commit 8527024

Please sign in to comment.