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/18 06:10:04 UTC

[atlas] branch master updated: ATLAS-3607 : namespace attributes build fix

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 47ccfaf  ATLAS-3607 : namespace attributes build fix
47ccfaf is described below

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

    ATLAS-3607 : namespace attributes build fix
---
 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;
             };