Skip to content
Snippets Groups Projects
Unverified Commit f4415d2d authored by Aleksandr Lesnenko's avatar Aleksandr Lesnenko Committed by GitHub
Browse files

remove autocomplete match style setting ui (#24723)

parent a9d62690
No related branches found
No related tags found
No related merge requests found
......@@ -119,17 +119,6 @@ const SECTIONS = updateSectionsWithPlugins({
],
defaultValue: "simple",
},
{
key: "native-query-autocomplete-match-style",
display_name: t`Native query editor autocomplete match`,
type: "select",
defaultValue: "substring",
options: [
{ value: "substring", name: t`Substring` },
{ value: "prefix", name: t`Prefix` },
{ value: "off", name: t`Off` },
],
},
{
key: "enable-nested-queries",
display_name: t`Enable Nested Queries`,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment