Merge pull request #6560 from matrix-org/palid/fix/18384
Fix [object Object] in Widget Permissions
This commit is contained in:
commit
efc63f1f77
1 changed files with 3 additions and 3 deletions
|
@ -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,
|
||||
};
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue