Skip to content
This repository was archived by the owner on Jun 10, 2021. It is now read-only.

Commit 99a4147

Browse files
committed
Keep user overrides as standard modal
1 parent b582a91 commit 99a4147

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/components/pages/UserPage.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ const UserPage = class extends Component {
8181
projectFlag={projectFlag}
8282
identityFlag={identityFlag}
8383
environmentFlag={environmentFlag}
84-
/>, null, { className: 'side-modal fade' });
84+
/>);
8585
};
8686

8787
createTrait = () => {

0 commit comments

Comments
 (0)