Skip to content

Commit 16a99ee

Browse files
committed
Remove onEndSession prop from ProjectSessionDetailPage component
This change eliminates the `onEndSession` prop from the `ProjectSessionDetailPage` component, streamlining the code and ensuring consistency with recent updates that removed the associated functionality. This adjustment contributes to improved maintainability and clarity in the component's interface.
1 parent 5f61e50 commit 16a99ee

File tree

1 file changed

+0
-1
lines changed
  • components/frontend/src/app/projects/[name]/sessions/[sessionName]

1 file changed

+0
-1
lines changed

components/frontend/src/app/projects/[name]/sessions/[sessionName]/page.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2243,7 +2243,6 @@ export default function ProjectSessionDetailPage({
22432243
setChatInput={setChatInput}
22442244
onSendChat={() => Promise.resolve(sendChat())}
22452245
onInterrupt={aguiInterrupt}
2246-
onEndSession={() => Promise.resolve(handleEndSession())}
22472246
onGoToResults={() => {}}
22482247
onContinue={handleContinue}
22492248
workflowMetadata={workflowMetadata}

0 commit comments

Comments
 (0)