mirror of
https://github.com/bknd-io/bknd/
synced 2026-08-03 16:46:00 +00:00
fix: prevent rendering of hidden fields in EntityForm component
This commit is contained in:
@@ -121,6 +121,8 @@ export function EntityForm({
|
|||||||
return custom;
|
return custom;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
if (field.isHidden(action)) return;
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<EntityFormField
|
<EntityFormField
|
||||||
field={field}
|
field={field}
|
||||||
|
|||||||
Reference in New Issue
Block a user