1
0
Fork 0

fix: crash on the demo (#2940)

This commit is contained in:
Dylan Tientcheu 2026-07-29 21:21:42 +02:00 committed by GitHub
parent 57e3b05ee3
commit 1cdfd54f23
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -183,7 +183,7 @@ export default function DemoApp() {
translations={{ buttonText: 'Search or ask a question' }}
/>
<DocSearchAskAiModal
indexName={INDEX_NAME}
indices={[INDEX_NAME]}
appId={APP_ID}
apiKey={API_KEY}
askAi={{ assistantId: ASSISTANT_ID }}