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

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

@@ -7,7 +7,7 @@ import {
 type Props = {
   isOpen: boolean,
   closeModal: () => void,
-  onCreateAiAssistant: () => void,
+  onCreateAiAssistant: () => Promise<void>,
 }
 
 export const ShareScopeWarningModal = (props: Props): JSX.Element => {