fix: 🐛 Fix issue on not loading gcloud (#919)
Fixed issue on not loading gcloud. Error on name variable declaration
This commit is contained in:
parent
348b8949d4
commit
f723546e6b
@ -83,7 +83,7 @@ class App extends Component {
|
||||
constructor(props) {
|
||||
super(props);
|
||||
|
||||
this.appConfig = props;
|
||||
this._appConfig = props;
|
||||
const { servers, extensions, hotkeys, oidc } = props;
|
||||
|
||||
this.initUserManager(oidc);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user