소스 검색

[frontend] removed _ typo

Björn Alm 2 년 전
부모
커밋
b65608acbc
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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 !== '') {