[Obs AI Assistant] Only allow .ndjson files when bulk importing to the knowledge base (#215433)

This commit is contained in:
Kyra Cho 2025-04-02 09:23:39 -07:00 committed by GitHub
parent 43b6cc4c1d
commit ec32de9c4a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -159,6 +159,7 @@ export function KnowledgeBaseBulkImportFlyout({ onClose }: { onClose: () => void
{ defaultMessage: 'Select or drag and drop a .ndjson file' }
)}
onChange={onChange}
accept=".ndjson"
/>
</EuiFlyoutBody>