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