fix: 🐛 Fix issue on not loading gcloud (#919)

Fixed issue on not loading gcloud. Error on name variable declaration
This commit is contained in:
ladeirarodolfo 2019-09-16 11:26:59 -03:00 committed by Danny Brown
parent 348b8949d4
commit f723546e6b

View File

@ -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);