Maybe I looked over it, but how can i hide the Relation tables on the edit page of the parent record? It needs to be vissble only on the view of the parent.
Thanks.
Solution
On the EditRecord Page add:
protected function getRelationManagers(): array { return []; }
protected function getRelationManagers(): array { return []; }