Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
D
Demo TypeScript
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Hoang Viet Dung
Demo TypeScript
Commits
56d78c3d
Commit
56d78c3d
authored
Sep 05, 2022
by
Hoang Viet Dung
🏃
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
remove redundant
parent
28db786b
Pipeline
#145
failed with stages
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
src/component/mainTab.tsx
src/component/mainTab.tsx
+1
-2
No files found.
src/component/mainTab.tsx
View file @
56d78c3d
...
...
@@ -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
}
/>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment