mirror of
https://github.com/apache/superset.git
synced 2026-05-31 13:19:23 +00:00
feat(extensions): Allow replacing editors using extensions (#37499)
This commit is contained in:
committed by
GitHub
parent
675a4c7a66
commit
6cb3cea960
@@ -579,15 +579,11 @@ const ColumnSelectPopover = ({
|
||||
''
|
||||
}
|
||||
ref={sqlEditorRef}
|
||||
showLoadingForImport
|
||||
onChange={onSqlExpressionChange}
|
||||
width="100%"
|
||||
height={`${height - 120}px`}
|
||||
showGutter={false}
|
||||
editorProps={{ $blockScrolling: true }}
|
||||
enableLiveAutocompletion
|
||||
className="filter-sql-editor"
|
||||
wrapEnabled
|
||||
lineNumbers={false}
|
||||
wordWrap
|
||||
keywords={keywords.map((k: any) =>
|
||||
typeof k === 'string' ? k : k.value || k.name || k,
|
||||
)}
|
||||
|
||||
Reference in New Issue
Block a user