mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-24 09:28:31 +00:00
cleanup
This commit is contained in:
parent
518b73b356
commit
82fd53d30a
1 changed files with 0 additions and 4 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue