Skip to content

Commit

Permalink
fix double trigger on submit
Browse files Browse the repository at this point in the history
  • Loading branch information
marcusDesk committed Nov 28, 2024
1 parent f619075 commit 1fad7cb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion explorer/src/components/Staking/RegisterOperators.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -434,7 +434,6 @@ export const RegisterOperators = () => {
</button>
) : (
<button
onClick={() => handleRegister(values, resetForm)}
className='block rounded-full bg-grayDarker px-5 py-3 text-[13px] font-semibold leading-4 text-white dark:bg-primaryAccent'
type='submit'
>
Expand Down

0 comments on commit 1fad7cb

Please sign in to comment.