Shun Miyazawa 1 год назад
Родитель
Сommit
0e6286f6ac

+ 2 - 0
apps/app/src/features/openai/client/components/AiAssistant/AiAssistantManagementModal/AiAssistantManagementHome.tsx

@@ -47,6 +47,8 @@ export const AiAssistantManagementHome = (props: Props): JSX.Element => {
   }, [currentUser?.username, t]);
 
   const createAiAssistantHandler = useCallback(() => {
+    // TODO: Implement the logic to check if the assistant has a share scope that includes private pages
+    // task: https://redmine.weseek.co.jp/issues/161341
     if (true) {
       setIsShareScopeWarningModalOpen(true);
       return;