Skip to content

Commit

Permalink
Merge pull request #12551 from 0xmiroslav/issue-12483
Browse files Browse the repository at this point in the history
fix console error on workspace members/invite pages
  • Loading branch information
techievivek authored Nov 9, 2022
2 parents c9a6bcb + 131dde2 commit 952e5c3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/pages/workspace/WorkspaceInvitePage.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ const propTypes = {

...policyPropTypes,
...withLocalizePropTypes,
...networkPropTypes,
network: networkPropTypes.isRequired,
};

const defaultProps = policyDefaultProps;
Expand Down
2 changes: 1 addition & 1 deletion src/pages/workspace/WorkspaceMembersPage.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ const propTypes = {
...policyPropTypes,
...withLocalizePropTypes,
...windowDimensionsPropTypes,
...networkPropTypes,
network: networkPropTypes.isRequired,
};

const defaultProps = policyDefaultProps;
Expand Down

0 comments on commit 952e5c3

Please sign in to comment.