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
Is your feature request related to a problem? Please describe.
Component to create a new organisation
Describe the solution you'd like src/components/organisation/createNewOrg.js
A class-based component having a logo input field(optional) a field for the name of the organisation and for the tagline of the organisation.
src/components/organisation/createNewOrg.stories.js
It has four states.
Initial state (all the fields are empty)
Loading state
Error state (in case any required field is left)
Update State (where data is already present)
Additional context
The text was updated successfully, but these errors were encountered:
@kaushik27mishra sir
I would like to try to work on this issue. I am not very much sure if I will be able to complete the whole task, but i will give my best for the project.
Is your feature request related to a problem? Please describe.
Component to create a new organisation
Describe the solution you'd like
src/components/organisation/createNewOrg.js
A class-based component having a logo input field(optional) a field for the name of the organisation and for the tagline of the organisation.
src/components/organisation/createNewOrg.stories.js
It has four states.
Additional context
The text was updated successfully, but these errors were encountered: