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/workspace/[workspaceId]/home/components/knowledge-search-results/knowledge-search-results.test.tsx
+59-8Lines changed: 59 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -4,22 +4,17 @@ import { NuqsTestingAdapter } from 'nuqs/adapters/testing'
Copy file name to clipboardExpand all lines: apps/sim/app/workspace/[workspaceId]/home/components/knowledge-search-results/knowledge-search-results.tsx
+28-14Lines changed: 28 additions & 14 deletions
Original file line number
Diff line number
Diff line change
@@ -133,7 +133,7 @@ export function KnowledgeSearchResults({
133
133
}
134
134
},[filters.source,filters.updated])
135
135
const{
136
-
data: results,
136
+
data: search,
137
137
isPending,
138
138
isFetching,
139
139
isError: searchFailed,
@@ -143,7 +143,8 @@ export function KnowledgeSearchResults({
0 commit comments