fix moderation dash

This commit is contained in:
Jai A
2024-03-29 22:09:45 -07:00
parent 1abfb175b5
commit 3b0216ca7e
3 changed files with 2 additions and 3 deletions

View File

@@ -123,7 +123,7 @@ const TIME_24H = 86400000
const TIME_48H = TIME_24H * 2
const { data: projects } = await useAsyncData('moderation/projects?count=1000', () =>
useBaseFetch('moderation/projects?count=1000')
useBaseFetch('moderation/projects?count=1000', { internal: true })
)
const members = ref([])
const projectType = ref('all')