diff --git a/pages/chatbot-iframe/[uuid].vue b/pages/chatbot-iframe/[uuid].vue
index a960ee1..8abfa6b 100644
--- a/pages/chatbot-iframe/[uuid].vue
+++ b/pages/chatbot-iframe/[uuid].vue
@@ -23,7 +23,7 @@ onBeforeMount(async () => {
 
   try {
     const data = await $fetch(`/api/brevia/collections?uuid=${uuid}`);
-  collection.value = data;
+    collection.value = data;
   } catch (e) {
     console.error(e);
     err = true;