Commit a6b3521e by pratik24mac Committed by kevalbhatt

ATLAS-2485 : UI , Unable to add tag to entity from Tags Search Page.

Signed-off-by: 's avatarkevalbhatt <kbhatt@apache.org>
parent c8bf6907
...@@ -65,7 +65,8 @@ define(['require', ...@@ -65,7 +65,8 @@ define(['require',
entityDefCollection: that.entityDefCollection, entityDefCollection: that.entityDefCollection,
typeHeaders: that.typeHeaders, typeHeaders: that.typeHeaders,
tagCollection: that.collection, tagCollection: that.collection,
enumDefCollection: that.enumDefCollection enumDefCollection: that.enumDefCollection,
classificationDefCollection: that.classificationDefCollection
})); }));
} }
}); });
......
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