Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Commit

Permalink
Fix [object Object] in Widget Permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
Palid committed Aug 6, 2021
1 parent 7c1d9b4 commit 6d4ef6b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/components/views/elements/AppPermission.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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,
};
}

Expand Down

0 comments on commit 6d4ef6b

Please sign in to comment.