Commit d4169dd2 authored by Kantz's avatar Kantz
Browse files

fiex key entfernung

parent c26e39a5
......@@ -5,14 +5,12 @@ import { escapeAsterisksInsideMath } from "../../utils/mathMarkdown";
type SocraticPanelProps = {
selectedTopicLabel?: string;
selectedTopicKey?: string;
selectedTopicSummary?: string;
onChangeSelection?: () => void;
};
export default function SocraticPanel({
selectedTopicLabel,
selectedTopicKey,
selectedTopicSummary,
onChangeSelection,
}: SocraticPanelProps) {
......
......@@ -1324,7 +1324,6 @@ export default function ChatPage() {
{selectedOrchestrator === "socratic" && selectedTopic ? (
<SocraticPanel
selectedTopicLabel={selectedTopic.label}
selectedTopicKey={selectedTopic.topicKey}
selectedTopicSummary={selectedTopic.summary}
onChangeSelection={handleChangeTaskArea}
/>
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment