Steps to reproduce:
Case 1:
- Create a Unity project
- Go to a "Project" window
- Select "Burst" package
- Right-click and select "Export", which is displayed as active
- Observe the result
Case 2:
- Create a Unity project
- Go to a "Project" window
- Select "Packages"
- Right-click and select "Create UPM Package..."
- Enter the package name "Test" and click the "Create" button
- Create one more custom "Test2" package in the same way
- Return to a "Project" window
- Find newly created "Test" and "Test2" packages
- Select them both
- Right-click and select "Export"
- Observe the result
Actual results: "Export" menu item is displayed as active, though both sub-menu options "Export Package..." and "Export Assets..." are displayed as disabled
Expected results: "Export" menu item should be displayed as disabled because there is nothing to export
Reproducible with versions: 6000.5.0a7
Not reproducible with versions: 6000.5.0a6, as the group export function landed just in the 6000.5.0a7 build
Tested on (OS): macOS - Tahoe 26.3
Notes: "Export" menu item is displayed as active for the multiple packages selection. It should be disabled too.