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 <[email protected]> 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; };
