fix: This logic needs to be cleaned up...

This commit is contained in:
Alexander Brown
2026-01-30 18:09:45 -08:00
parent 07ceb3ecc9
commit a2b23075bd

View File

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