mirror of
https://github.com/shishantbiswas/bknd.git
synced 2026-03-16 04:27:21 +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