fix(sql): fix sql suggestions (#37699)

This commit is contained in:
Alexandru Soare
2026-02-10 17:30:17 +02:00
committed by GitHub
parent c59d0a73d4
commit ae8d671fea
3 changed files with 73 additions and 6 deletions

View File

@@ -596,9 +596,7 @@ const ColumnSelectPopover = ({
height={`${height - 120}px`}
lineNumbers={false}
wordWrap
keywords={keywords.map((k: any) =>
typeof k === 'string' ? k : k.value || k.name || k,
)}
keywords={keywords}
showValidation
expressionType="column"
datasourceId={datasource?.id}