Toggle navigation
Toggle navigation
This project
Loading...
Sign in
2020-1-capstone-design1
/
Triz_Project1
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
1
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
sdy
2020-05-08 14:04:01 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
c9c17bfe0edaa80a684ac176b113e3003e16a71b
c9c17bfe
1 parent
ea06dd57
update Input.js
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
front/src/Components/Input.js
front/src/Components/Input.js
View file @
c9c17bf
...
...
@@ -30,8 +30,8 @@ const Input = ({
Input
.
propTypes
=
{
placeholder
:
PropTypes
.
string
.
isRequired
,
required
:
PropTypes
.
bool
,
value
:
PropTypes
.
string
.
isRequired
,
onChange
:
PropTypes
.
func
.
isRequired
,
value
:
PropTypes
.
string
,
onChange
:
PropTypes
.
func
,
type
:
PropTypes
.
string
,
};
...
...
Please
register
or
login
to post a comment