I was working on my CreateTeamPage and I need to take the input from the storybook component with an event handler. To do so, I created a container for Form that would hold the state for the event input.
Fixes # (issue)
How to test?
Please provide a short summary how your changes can be tested?
Checklist
[ ] I have performed a self-review of my own code
[ ] I have commented my code, particularly in hard-to-understand areas
[ ] I have made corresponding changes to the documentation
[ ] I have merged the latest version of the source branch (typically develop) into this branch before pushing my changes
[ ] This PR is ready to be merged and not breaking any other functionality
Description
I was working on my CreateTeamPage and I need to take the input from the storybook component with an event handler. To do so, I created a container for Form that would hold the state for the event input.
Fixes # (issue)
How to test?
Please provide a short summary how your changes can be tested?
Checklist