Open ryanchristo opened 1 year ago
While working on #133, an issue with the FormFooter component came up where the button is not rendering the correct text. It looks like the following code in combination with the page updating is causing the issue:
FormFooter
https://github.com/regen-network/groups-ui/blob/598ca8e581bc80e8add1237ee73dafd778f1f17e/src/components/molecules/form-footer.tsx#L83-L86
Currently the button says "Submit" rather than "Execute" on initial load but everything else is working as expected.
This does not appear to be an issue in production, will need to investigate further but maybe not an immediate concern:
While working on #133, an issue with the
FormFooter
component came up where the button is not rendering the correct text. It looks like the following code in combination with the page updating is causing the issue:https://github.com/regen-network/groups-ui/blob/598ca8e581bc80e8add1237ee73dafd778f1f17e/src/components/molecules/form-footer.tsx#L83-L86
Currently the button says "Submit" rather than "Execute" on initial load but everything else is working as expected.