SIGN IN SIGN UP

🎉 feat(EditFlowSettingsComponent): add EditFlowSettingsComponent to allow editing of flow settings

This commit adds a new component called EditFlowSettingsComponent which allows the user to edit the name and description of a flow. The component receives the current name and description of the flow, the maximum length of the name, an array of all flows, the id of the current flow, and three functions to update the name, description, and flow. The component renders two input fields, one for the name and one for the description, and updates the flow and name when the user types in the input fields. The name input field has a character limit of maxLength and displays an error message when the limit is reached.
G
Gabriel Luiz Freitas Almeida committed
b761621751c6410ef94e595274b75a535b695126
Parent: de81941