You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@atlas.apache.org by kb...@apache.org on 2020/02/21 06:25:29 UTC

[atlas] 03/03: ATLAS-3607 : namespace attributes build fix

This is an automated email from the ASF dual-hosted git repository.

kbhatt pushed a commit to branch branch-2.0
in repository https://gitbox.apache.org/repos/asf/atlas.git

commit 72053862fa73c08c4020b945c97611ccc9dee96d
Author: kevalbhatt <kb...@apache.org>
AuthorDate: Tue Feb 18 11:07:34 2020 +0530

    ATLAS-3607 : namespace attributes build fix
    
    (cherry picked from commit 47ccfaf7cf2301f65ff1bcf1121bb0b232bc9692)
---
 dashboardv3/public/js/utils/Helper.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dashboardv3/public/js/utils/Helper.js b/dashboardv3/public/js/utils/Helper.js
index ccfde66..74716f1 100644
--- a/dashboardv3/public/js/utils/Helper.js
+++ b/dashboardv3/public/js/utils/Helper.js
@@ -148,7 +148,7 @@ define(['require',
 
                 this.$searchContainer = $search;
                 this.$search = $search.find('input');
-                let $selection = MultipleSelection.prototype.render.call(this);
+                var $selection = MultipleSelection.prototype.render.call(this);
                 this._transferTabIndex();
                 return $selection;
             };