mirror of
https://github.com/elastic/kibana.git
synced 2025-04-19 15:35:00 -04:00
[ES|QL] Enable suggestions for CHANGE_POINT
command (#218100)
## Summary With the `CHANGE_POINT` command moved to tech preview (PR https://github.com/elastic/elasticsearch/pull/126407), we can enable suggestions in the editor.
This commit is contained in:
parent
cc95f115c3
commit
1a6cea5589
1 changed files with 0 additions and 1 deletions
|
@ -590,7 +590,6 @@ export const commandDefinitions: Array<CommandDefinition<any>> = [
|
|||
suggest: suggestForJoin,
|
||||
},
|
||||
{
|
||||
hidden: true,
|
||||
name: 'change_point',
|
||||
preview: true,
|
||||
description: i18n.translate(
|
||||
|
|
Loading…
Add table
Reference in a new issue