mirror of
https://github.com/directus/directus.git
synced 2026-04-25 03:00:53 -04:00
Fix type issue
This commit is contained in:
@@ -263,7 +263,7 @@ export default defineComponent({
|
||||
validationErrors,
|
||||
} = useItem(collection, primaryKey);
|
||||
|
||||
const { templateValues, fetchTemplateValues } = useTemplate();
|
||||
const { templateValues } = useTemplate();
|
||||
|
||||
const hasEdits = computed(() => Object.keys(edits.value).length > 0);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user