Hook up the edit widget button (#1218)
* Hook up the edit widget button * Review comments
This commit is contained in:
parent
1db2431c9f
commit
5274cf59a0
3 changed files with 20 additions and 7 deletions
|
@ -169,6 +169,7 @@ module.exports = React.createClass({
|
|||
id={app.id}
|
||||
url={app.url}
|
||||
name={app.name}
|
||||
type={app.type}
|
||||
fullWidth={arr.length<2 ? true : false}
|
||||
room={this.props.room}
|
||||
userId={this.props.userId}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue