소스 검색

Remove handleBackToInitialView type

satof3 8 달 전
부모
커밋
4f68f1e007
1개의 변경된 파일0개의 추가작업 그리고 2개의 파일을 삭제
  1. 0 2
      apps/app/src/features/openai/client/services/knowledge-assistant.tsx

+ 0 - 2
apps/app/src/features/openai/client/services/knowledge-assistant.tsx

@@ -61,7 +61,6 @@ type UseKnowledgeAssistant = () => {
   processMessage: ProcessMessage
   form: UseFormReturn<FormData>
   resetForm: () => void
-  handleBackToInitialView: () => void;
   threadTitleView: JSX.Element
 
   // Views
@@ -265,7 +264,6 @@ export const useKnowledgeAssistant: UseKnowledgeAssistant = () => {
     processMessage,
     form,
     resetForm,
-    handleBackToInitialView,
     threadTitleView,
 
     // Views