fix: Ownership filter on the general Model Modal

This commit is contained in:
Alexander Brown
2026-01-30 17:46:42 -08:00
parent 1f0888995a
commit e9c5015cf2

View File

@@ -102,6 +102,7 @@ export function useAssetBrowser(
})
const selectedOwnership = computed<OwnershipOption>(() => {
if (typeCategories.value.length === 0) return filters.value.ownership
if (selectedNavItem.value === 'imported') return 'my-models'
if (selectedNavItem.value === 'all') return 'all'
return filters.value.ownership