mirror of
https://github.com/vector-im/element-web.git
synced 2025-08-27 17:31:50 +02:00
Merge pull request #6560 from matrix-org/palid/fix/18384
Fix [object Object] in Widget Permissions
This commit is contained in:
commit
efc63f1f77
@ -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,
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user