This commit is contained in:
Kavin Venkatachalam 2024-04-08 17:20:23 +05:30
parent 518b73b356
commit 82fd53d30a

View file

@ -41,10 +41,6 @@ export const Form = function Form(props) {
const { events: allAppEvents } = useAppInfo();
console.log('childComponents--- ', childComponents);
// const { childComponents } = containerProps;
const formEvents = allAppEvents.filter((event) => event.target === 'component' && event.sourceId === id);
const { visibility, disabledState, borderRadius, borderColor, boxShadow } = styles;
const { buttonToSubmit, loadingState, advanced, JSONSchema } = properties;