fix(admin-web): default media view to UGC platforms
Frontend CI / Frontend (push) Successful in 2m51s
Frontend CI / Frontend (push) Successful in 2m51s
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user