mirror of
https://github.com/apache/superset.git
synced 2026-05-12 19:35:17 +00:00
fix(SQL field in edit dataset modal): display full sql query (#25768)
(cherry picked from commit 1eba7121aa)
This commit is contained in:
committed by
Michael S. Molina
parent
04c11b477b
commit
2d574963f0
@@ -1131,7 +1131,7 @@ class DatasourceEditor extends React.PureComponent {
|
||||
language="sql"
|
||||
offerEditInModal={false}
|
||||
minLines={20}
|
||||
maxLines={20}
|
||||
maxLines={Infinity}
|
||||
readOnly={!this.state.isEditMode}
|
||||
resize="both"
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user