fix(#30): Remove unnecessary async from useApplicationFormTemplate

This commit is contained in:
2025-12-26 19:29:32 +01:00
parent 1365f84049
commit 63c373c7f6
4 changed files with 5 additions and 5 deletions

View File

@@ -92,7 +92,7 @@ const toast = useToast()
const colorMode = useColorMode()
const { hasRole } = usePermissions()
const { getAllApplicationFormTemplates, updateApplicationFormTemplate, createApplicationFormTemplate } =
await useApplicationFormTemplate()
useApplicationFormTemplate()
const { t: $t } = useI18n()
const logger = useLogger().withTag('administration')