Small front corrections

This commit is contained in:
2025-04-20 13:58:32 +02:00
parent 2249791267
commit 8f950ed665
4 changed files with 9 additions and 8 deletions

View File

@@ -12,8 +12,6 @@ const Edit = <T,>(props: EditProps) => {
const { schemaName, resource, uiSchema } = props;
const { record_id } = useParams();
console.log(record_id);
return (
<CrudForm
schemaName={schemaName}