Fix [object Object] in Widget Permissions

pull/21833/head
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
1 changed files with 3 additions and 3 deletions

View File

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