[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:
Dima Arnautov 2025-04-14 16:12:45 +02:00 committed by GitHub
parent cc95f115c3
commit 1a6cea5589
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -590,7 +590,6 @@ export const commandDefinitions: Array<CommandDefinition<any>> = [
suggest: suggestForJoin,
},
{
hidden: true,
name: 'change_point',
preview: true,
description: i18n.translate(