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


##########
dashboard/src/views/DetailPage/EntityDetailTabs/PropertiesTab/PropertiesTab.tsx:
##########
@@ -56,7 +56,7 @@ const PropertiesTab = (props: {
             customAttributes={customAttributes}
             entity={entity}
           />
-          <Labels loading={loading} labels={labels} />
+          <Labels loading={loading} labels={labels} entity={entity} />

Review Comment:
   Resolved. Added missing test cases in Labels.test.tsx, 
BMAttributes.test.tsx, and UserDefinedProperties.test.tsx to verify that Add 
and Edit action buttons remain hidden while loading={true}.



-- 
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]

Reply via email to