mirror of
https://github.com/apache/superset.git
synced 2026-05-30 04:39:20 +00:00
fix(sql): fix sql suggestions (#37699)
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user