+
+
diff --git a/app/components/content/installation/detail.vue b/app/components/content/installation/detail.vue
index c9337b5b..0f12ad8c 100644
--- a/app/components/content/installation/detail.vue
+++ b/app/components/content/installation/detail.vue
@@ -47,7 +47,7 @@ const title = ref('')
// #region Props & Emits
const props = defineProps<{
- installationId: string
+ installationId: number
}>()
const installation = ref