Skip to content

Commit 8b84608

Browse files
fix: Build issue fixed in these files
1 parent be5dafa commit 8b84608

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

App/frontend-app/src/components/sidecarCopilot/sidecar.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -164,6 +164,7 @@ export function SidecarCopilot({
164164
onSourceChange={handleSourceChange}
165165
disabled={disableSources}
166166
selectedDocuments={selectedDocuments}
167+
isSticky={false}
167168
/>
168169

169170
<CopilotProvider>

App/frontend-app/src/types/searchRequest.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ export interface SearchRequest {
33
searchFacets: SearchFacet[];
44
currentPage: number;
55
incomingFilter: string;
6-
filters?: string[];
6+
filters?: { [key: string]: string };
77
parameters: {
88
scoringProfile: string;
99
inOrderBy: string[];

0 commit comments

Comments
 (0)