mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
[Obs AI Assistant] Only allow .ndjson files when bulk importing to the knowledge base (#215433)
This commit is contained in:
parent
43b6cc4c1d
commit
ec32de9c4a
1 changed files with 1 additions and 0 deletions
|
@ -159,6 +159,7 @@ export function KnowledgeBaseBulkImportFlyout({ onClose }: { onClose: () => void
|
|||
{ defaultMessage: 'Select or drag and drop a .ndjson file' }
|
||||
)}
|
||||
onChange={onChange}
|
||||
accept=".ndjson"
|
||||
/>
|
||||
</EuiFlyoutBody>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue