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
The Modal component that uses ReactModal can be made generic to simplify other components
Since modal is used for 3 types of forms (building type, building, portfolio) it would be nice to just pass the form fields into Modal and render a form with those fields
The text was updated successfully, but these errors were encountered:
The
Modal
component that usesReactModal
can be made generic to simplify other componentsSince modal is used for 3 types of forms (building type, building, portfolio) it would be nice to just pass the form fields into
Modal
and render a form with those fieldsThe text was updated successfully, but these errors were encountered: