mirror of https://github.com/vector-im/riot-web
you don't have to pass a description, and if you do, it could be JSX or a string
parent
d0a4f908cf
commit
e7be1ae832
|
@ -19,7 +19,6 @@ var React = require("react");
|
|||
module.exports = {
|
||||
propTypes: {
|
||||
title: React.PropTypes.string,
|
||||
description: React.PropTypes.string,
|
||||
button: React.PropTypes.string,
|
||||
focus: React.PropTypes.bool,
|
||||
onFinished: React.PropTypes.func.isRequired,
|
||||
|
|
Loading…
Reference in New Issue