Commit cc185c13 by kevalbhatt

ATLAS-3156:- After tag error loader not hiding #3

(cherry picked from commit 0bf8af7f3db797b1cf1e9bba4fd6490d06015ae4)
parent 86ba342f
......@@ -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);
}
});
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment