You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: apps/sim/app/o/[organizationId]/components/organization-sidebar/components/chats-section/chats-section.test.tsx
Copy file name to clipboardExpand all lines: apps/sim/app/o/[organizationId]/components/organization-sidebar/components/chats-section/chats-section.tsx
+25-45Lines changed: 25 additions & 45 deletions
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,6 @@
1
1
'use client'
2
2
3
-
import{useState}from'react'
4
3
import{
5
-
Chip,
6
4
ChipInput,
7
5
chipVariants,
8
6
cn,
@@ -117,8 +115,6 @@ interface ChatsSectionProps {
117
115
pathname: string|null
118
116
}
119
117
120
-
constPAGE_SIZE=5
121
-
122
118
exportfunctionChatsSection({
123
119
organizationId,
124
120
chats,
@@ -128,10 +124,6 @@ export function ChatsSection({
0 commit comments