Fix [object Object] in Widget Permissions

This commit is contained in:
Dariusz Niemczyk 2021-08-06 13:54:00 +02:00
parent 7c1d9b4eda
commit 6d4ef6b1a4
No known key found for this signature in database
GPG key ID: 28DFE7164F497CB6

View file

@ -62,10 +62,10 @@ export default class AppPermission extends React.Component<IProps, IState> {
// Set all this into the initial state // Set all this into the initial state
this.state = { this.state = {
...urlInfo,
roomMember,
isWrapped: null,
widgetDomain: null, widgetDomain: null,
isWrapped: null,
roomMember,
...urlInfo,
}; };
} }