Browse Source

[frontend] removed _ typo

Björn Alm 2 years ago
parent
commit
b65608acbc
1 changed files with 1 additions and 1 deletions
  1. 1 1
      desktop/core/src/desktop/js/apps/tableBrowser/metastoreSource.js

+ 1 - 1
desktop/core/src/desktop/js/apps/tableBrowser/metastoreSource.js

@@ -65,7 +65,7 @@ class MetastoreSource {
 
     huePubSub.subscribe(ASSIST_DB_PANEL_IS_READY_EVENT, () => {
       this.lastLoadNamespacesDeferred.done(() => {
-        const namespaceId = _this.namespace().namespace.id;
+        const namespaceId = this.namespace().namespace.id;
         const localStorageKey = `assist_${this.type}_${namespaceId}.lastSelectedDb`;
         let lastSelectedDb = getFromLocalStorage(localStorageKey);
         if (!lastSelectedDb && lastSelectedDb !== '') {