typo
This commit is contained in:
parent
0c309c88ad
commit
d3c368e19f
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ export default React.createClass({
|
||||||
|
|
||||||
propTypes: {
|
propTypes: {
|
||||||
// onFinished callback to call when Escape is pressed
|
// onFinished callback to call when Escape is pressed
|
||||||
// Take a boolean which is true is the dialog was dismissed
|
// Take a boolean which is true if the dialog was dismissed
|
||||||
// with a positive / confirm action or false if it was
|
// with a positive / confirm action or false if it was
|
||||||
// cancelled (from BaseDialog, this is always false).
|
// cancelled (from BaseDialog, this is always false).
|
||||||
onFinished: PropTypes.func.isRequired,
|
onFinished: PropTypes.func.isRequired,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue