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


The following commit(s) were added to refs/heads/branch-2.0 by this push:
     new 0bf8af7  ATLAS-3156:- After tag error loader not hiding #3
0bf8af7 is described below

commit 0bf8af7f3db797b1cf1e9bba4fd6490d06015ae4
Author: kevalbhatt <kbh...@apache.org>
AuthorDate: Wed Jun 3 19:49:46 2020 +0530

    ATLAS-3156:- After tag error loader not hiding #3
---
 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);
                     }
                 });
             }

Reply via email to