fix: crash on the demo (#2940)
This commit is contained in:
parent
57e3b05ee3
commit
1cdfd54f23
1 changed files with 1 additions and 1 deletions
|
|
@ -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 }}
|
||||
|
|
|
|||
Loading…
Reference in a new issue