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
constAlertComponent=()=>(<AlertclassModifier="danger"icon="glyphicon glyphicon-alert"title="Warning: information is missing"/>);exportdefaultAlertComponent;
constMyErrorAlert=()=>(<AlertCoreclassModifier="error"iconClassName="glyphicon glyphicon-minus-sign"title="Error :"><ul><li>Name is required</li><li>Firstname is required</li><li>Email is required</li><li>The date format is invalid</li></ul></AlertCore>);exportdefaultMyErrorAlert;