src/frontend/views/data/Create/index.tsx
Function EntityCreate
has 45 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
export function EntityCreate() {
const routeParams = useRouteParams();
const entity = useEntitySlug();
const entityCrudConfig = useEntityCrudConfig(entity);