This commit is contained in:
Raghunandan Balachandran
2020-02-07 15:06:48 +01:00
parent 7366f4336f
commit e46f326442
@@ -54,7 +54,7 @@ const CreateEntityFormPage = () => {
return (
<Fragment>
<InfoCard title={`Create New ${templateId}`}>
{componentCreated ? <div>{componentCreated} is created! <span role="img" arai-label="tada">🎉</span></div> :
{componentCreated ? <div>{componentCreated} is created! <span role="img" aria-label="tada">🎉</span></div> :
<form onSubmit={formik.handleSubmit}>
<div className={classes.formGroup}>
<TextField