Skip to content

Commit

Permalink
Resolve form page render warning.
Browse files Browse the repository at this point in the history
  • Loading branch information
lijunle committed Sep 12, 2015
1 parent 5e0b7a9 commit 86bf707
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Nancy.ViewEngines.React.Example/Views/Form.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import React from 'react';

export default React.createClass({
propTypes: {
text: React.PropTypes.string.isRequired,
text: React.PropTypes.string,
},

getInitialState() {
Expand Down

0 comments on commit 86bf707

Please # to comment.