Brijesh619 commented on code in PR #366:
URL: https://github.com/apache/atlas/pull/366#discussion_r2131969090


##########
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:
   added the common if condition



-- 
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: dev-unsubscr...@atlas.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to