mirror of
https://github.com/langflow-ai/langflow.git
synced 2026-07-28 04:17:58 +08:00
Refactor: Remove commented code for chat history tab in IOModal
This commit is contained in:
@ -167,9 +167,9 @@ export default function IOModal({
|
||||
{outputs.length > 0 && (
|
||||
<TabsTrigger value={"2"}>Outputs</TabsTrigger>
|
||||
)}
|
||||
{haveChat && (
|
||||
{/* {haveChat && (
|
||||
<TabsTrigger value={"3"}>History</TabsTrigger>
|
||||
)}
|
||||
)} */}
|
||||
</TabsList>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user