Commit 56d78c3d authored by Hoang Viet Dung's avatar Hoang Viet Dung 🏃

remove redundant

parent 28db786b
Pipeline #145 failed with stages
......@@ -130,14 +130,13 @@ export default function MainTabComponent() {
<table className='table table-hover'>
<tbody>
<tr>
<td>Name</td>
<td>
<TextField required name='name'
label="Name" value={formData.tab1.name} onChange={onTab1TxtChange} />
<SpanError isDisplay={showError && formData.tab1.fieldErrors.includes('name')} />
</td>
</tr>
<tr><td>Title</td>
<tr>
<td>
<TextField required name='title'
label="Title" value={formData.tab1.title} onChange={onTab1TxtChange} />
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment