chore: update frontend configuration

This commit is contained in:
Matthieu
2025-09-26 11:29:47 +02:00
parent b7caa4f552
commit a78938a4d1
64 changed files with 5790 additions and 5129 deletions

View File

@@ -1,7 +1,7 @@
import { ref } from 'vue'
import { useApi } from './useApi'
export function useCustomFields() {
export function useCustomFields () {
const { apiCall } = useApi()
const customFieldValues = ref([])
const loading = ref(false)
@@ -94,4 +94,4 @@ export function useCustomFields() {
upsertCustomFieldValue,
deleteCustomFieldValue
}
}
}