mirror of
https://github.com/element-hq/element-web
synced 2024-11-27 19:56:47 +03:00
final PR feedback
This commit is contained in:
parent
438558da55
commit
59866a2006
1 changed files with 2 additions and 0 deletions
|
@ -52,6 +52,8 @@ module.exports = React.createClass({
|
||||||
return {
|
return {
|
||||||
onHsUrlChanged: function() {},
|
onHsUrlChanged: function() {},
|
||||||
onIsUrlChanged: function() {},
|
onIsUrlChanged: function() {},
|
||||||
|
customHsUrl: "",
|
||||||
|
customIsUrl: "",
|
||||||
withToggleButton: false,
|
withToggleButton: false,
|
||||||
delayTimeMs: 0
|
delayTimeMs: 0
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue