glifio / safe

A Filecoin multisig wallet
https://safe.glif.io
1 stars 0 forks source link

Enter or create actor form - pressing "Enter" takes the user to safe home (not dashboard) #117

Closed Schwartz10 closed 2 years ago

Schwartz10 commented 2 years ago

@navFooh do you see an issue with putting the buttons inside the form, and using the onSubmit handler in the form? https://github.com/glifio/safe/blob/primary/components/Msig/Choose.tsx#L85

navFooh commented 2 years ago

You're right it would be better to use the onSubmit handler on all the forms. I'll change it in the Transaction.Form component as well.