fix(admin-web): default media view to UGC platforms
Frontend CI / Frontend (push) Successful in 2m51s

This commit is contained in:
2026-06-10 13:58:22 +08:00
parent 6a4eaf2827
commit 5af98633ca
+1 -1
View File
@@ -103,7 +103,7 @@ const platformLogoCatalog: Record<string, string> = {
}
const companyStore = useCompanyStore()
const activeMediaScope = ref<MediaScope>('enterprise')
const activeMediaScope = ref<MediaScope>('ugc')
const searchQuery = ref('')
const selectedHealth = ref<AccountHealthFilter>('all')
const downloadingReleaseKey = ref<string | null>(null)