diff --git a/netbox/dcim/forms/model_forms.py b/netbox/dcim/forms/model_forms.py index 850f753f3..4c1f14da9 100644 --- a/netbox/dcim/forms/model_forms.py +++ b/netbox/dcim/forms/model_forms.py @@ -1623,7 +1623,7 @@ class InventoryItemForm(DeviceComponentForm): initial = kwargs.get('initial', {}).copy() component_type = initial.get('component_type') component_id = initial.get('component_id') - + # Used for picking the default active tab for component selection self.no_component = True