diff --git a/netbox/project-static/dist/netbox.js.map b/netbox/project-static/dist/netbox.js.map index 61f3a2a08..c7e20fe9a 100644 Binary files a/netbox/project-static/dist/netbox.js.map and b/netbox/project-static/dist/netbox.js.map differ diff --git a/netbox/project-static/src/forms/scopeSelector.ts b/netbox/project-static/src/forms/scopeSelector.ts index 01be68ad3..14ef972f8 100644 --- a/netbox/project-static/src/forms/scopeSelector.ts +++ b/netbox/project-static/src/forms/scopeSelector.ts @@ -83,9 +83,7 @@ const showHideLayout: ShowHideLayout = { /** * Mapping of view names to layout configurations * - * For example, if `region` is the scope type, the fields with IDs listed in - * showHideMap.region.hide should be hidden, and the fields with IDs listed in - * showHideMap.region.show should be shown. + * For example, if `vlangroup_add` is the view, use the layout configuration `vlangroup`. */ const showHideMap: ShowHideMap = { vlangroup_add: 'vlangroup',