Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
webf
react-webf
Commits
e236a248
Commit
e236a248
authored
Mar 23, 2020
by
Damien Mariotto
Browse files
[Modal] Forgot required on a proptype
parent
628e591c
Pipeline
#1638
passed with stage
in 54 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/Modal/Modal.js
View file @
e236a248
...
...
@@ -164,7 +164,7 @@ Modal.propTypes = {
/**
* Ouvre ou non la modale
*/
open
:
PropTypes
.
bool
,
open
:
PropTypes
.
bool
.
isRequired
,
/**
* Désactive ou non l'overlay
...
...
Write
Preview
Supports
Markdown
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