We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 348b894 commit f723546Copy full SHA for f723546
1 file changed
platform/viewer/src/App.js
@@ -83,7 +83,7 @@ class App extends Component {
83
constructor(props) {
84
super(props);
85
86
- this.appConfig = props;
+ this._appConfig = props;
87
const { servers, extensions, hotkeys, oidc } = props;
88
89
this.initUserManager(oidc);
0 commit comments