Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
function MenusForm() {
const { form: crudForm } = useCrud();
return (
<form>
{({ data, form, Bind }) => (
{crudForm.loading && }
<input label="{t`Name`}">
<input label="{t`Slug`}" disabled="{data.id}"></form>