pawarprasad123 commented on code in PR #366:
URL: https://github.com/apache/atlas/pull/366#discussion_r2131686542
##########
dashboard/src/components/ShowMore/DrawerBodyChipView.tsx:
##########
@@ -167,10 +167,13 @@ const DrawerBodyChipView = ({
handleCloseTagModal();
dispatchApi(fetchDetailPageData(guid as string));
- if (!isEmpty(guid)) {
+ if (!isEmpty(guid) && !isEmpty(gType)) {
Review Comment:
make this if condition common and for gType writr it inside.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]