yangzhang75 commented on code in PR #8318:
URL: https://github.com/apache/texera/pull/8318#discussion_r3929102524


##########
frontend/src/app/common/formly/formly-config.ts:
##########
@@ -92,6 +94,8 @@ export const TEXERA_FORMLY_CONFIG = {
   wrappers: [
     { name: "preset-wrapper", component: PresetWrapperComponent },
     { name: "collab-wrapper", component: CollabWrapperComponent },
+    { name: "expose-property-wrapper", component: 
ExposePropertyWrapperComponent },
+    { name: "editable-label-wrapper", component: EditableLabelWrapperComponent 
},

Review Comment:
   Moved out. This wrapper had no production consumer in this PR; it belongs 
with the render PR that calls its decorate, so I removed it here (its 4 files + 
the formly-config registration). This PR now carries only the wired 
expose-property-wrapper.



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