kill annoying warning

pull/21833/head
Matthew Hodgson 2016-03-17 18:48:25 +00:00
parent d1dbce8adf
commit 396d23b267
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ module.exports = React.createClass({
displayName: 'QuestionDialog',
propTypes: {
title: React.PropTypes.string,
description: React.PropTypes.string,
description: React.PropTypes.object,
button: React.PropTypes.string,
focus: React.PropTypes.bool,
onFinished: React.PropTypes.func.isRequired,