regen-network / groups-ui

:rocket: UI for the Cosmos SDK group module
https://groups.regen.network
Apache License 2.0
6 stars 4 forks source link

Proposal execution button not rendering correctly #137

Open ryanchristo opened 1 year ago

ryanchristo commented 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:

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.

ryanchristo commented 1 year ago

This does not appear to be an issue in production, will need to investigate further but maybe not an immediate concern:

Screenshot from 2023-08-10 13-23-30