Shun Miyazawa 8 месяцев назад
Родитель
Сommit
b4a55a0b35

+ 1 - 1
apps/app/src/features/openai/client/components/AiAssistant/AiAssistantManagementModal/AiAssistantManagementPageTreeSelection.tsx

@@ -103,7 +103,7 @@ export const AiAssistantManagementPageTreeSelection = (props: Props): JSX.Elemen
       return;
     }
 
-    const clonedPage = {...page };
+    const clonedPage = { ...page };
     clonedPage.path = pagePathWithGlob;
 
     addPage(clonedPage);