Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
>
Delete
);
})
)}
);
}
}
export default withVanillaControlProps(withJsonFormsArrayControlProps(TableArrayControl));
data={data}
label={label}
path={path}
addItem={addItem}
uischemas={uischemas}
uischema={uischema}
schema={schema}
rootSchema={rootSchema}
id={id}
visible={visible}
enabled={enabled}
/>
);
};
export default withVanillaControlProps(withJsonFormsArrayControlProps(ArrayControlRenderer));