pawarprasad123 commented on code in PR #369:
URL: https://github.com/apache/atlas/pull/369#discussion_r2144273238


##########
dashboard/src/views/BusinessMetadata/BusinessMetadataForm.tsx:
##########
@@ -243,24 +251,33 @@ const BusinessMetaDataForm = ({
     let attributeDefsData = !isEmpty(attributeDefs) ? [...attributeDefs] : [];
 
     let attributes = !isEmpty(attributeDefsData)
-      ? attributeDefsData.map((item) => ({
-          ...item,
-          ...{
+      ? attributeDefsData.map((item) => {

Review Comment:
   Enum values on edit are not getting reflected on the ui.



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