NetBox version
v2.11.2
Python version
3.8
Steps to Reproduce
Create a Cluster Group
Open the object view for the new Cluster Group - virtualization/cluster-groups/<group_id>/
Click the Add Cluster button
Expected Behavior
The Cluster Group field should be pre-populated. I.e the Add Cluster Link should be virtualization/clusters/add/?group=<group_id>
Observed Behavior
The Cluster Group field is not pre-populated.
The Cluster Type field may be blank or pre-populated it there is a Cluster Type with the same pk as the Cluster Groups.
Create cluster link is virtualization/clusters/add/?type=<group_id>