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 cc185c1 ATLAS-3156:- After tag error loader not hiding #3
cc185c1 is described below
commit cc185c13c6a310ad34a243fd467890d6c8bf9c79
Author: kevalbhatt <[email protected]>
AuthorDate: Wed Jun 3 19:49:46 2020 +0530
ATLAS-3156:- After tag error loader not hiding #3
(cherry picked from commit 0bf8af7f3db797b1cf1e9bba4fd6490d06015ae4)
---
dashboardv2/public/js/views/tag/TagLayoutView.js | 3 +++
1 file changed, 3 insertions(+)
diff --git a/dashboardv2/public/js/views/tag/TagLayoutView.js
b/dashboardv2/public/js/views/tag/TagLayoutView.js
index 1095790..5e2b523 100644
--- a/dashboardv2/public/js/views/tag/TagLayoutView.js
+++ b/dashboardv2/public/js/views/tag/TagLayoutView.js
@@ -611,6 +611,9 @@ define(['require',
that.collection.fullCollection.remove(deleteTagData);
// to update tag list of search tab fetch typeHeaders.
that.typeHeaders.fetch({ reset: true });
+ },
+ cust_error: function() {
+ that.changeLoaderState(false);
}
});
}