diff --git a/components/Dashboard/Projects/Header.vue b/components/Dashboard/Projects/Header.vue index 439e4f4..9ca1d3d 100644 --- a/components/Dashboard/Projects/Header.vue +++ b/components/Dashboard/Projects/Header.vue @@ -56,7 +56,7 @@ const props = defineProps({ required: true, }, stats: { - type: Array, + type: Object, required: true, }, });