You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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:groups-ui/src/components/molecules/form-footer.tsx
Lines 83 to 86 in 598ca8e
Currently the button says "Submit" rather than "Execute" on initial load but everything else is working as expected.
The text was updated successfully, but these errors were encountered: