mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
- Changes the `New chat` button text from `New chat` to `Chat`, because a new chat context is not created if an existing chat is in progress - Updates the Data Quality dashboard user prompt to remove references to API requests - Fixes an issue where user prompts were not filtered by category |
||
---|---|---|
.. | ||
data_table | ||
ecs_data_quality_dashboard | ||
side_nav | ||
storybook/config | ||
README.mdx |
## Security Solution package This package compiles components used by Security Solution ### Lazy by default All components are exported to be lazily-loaded with a default `React.Suspense` default most appropriate to its nature. If a page needs to alter the `React.Suspense` behavior, (e.g. a different "loading" component), one can import the `Lazy[ComponentName]` version and surround it with a custom `React.Suspense` component.