Skip to content

Proposal execution button not rendering correctly #137

@ryanchristo

Description

@ryanchristo

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:

// wipe state if footer removed from DOM
useEffect(() => {
return () => setFooterActions({})
}, [setFooterActions])

Currently the button says "Submit" rather than "Execute" on initial load but everything else is working as expected.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions