mirror of
https://github.com/apache/superset.git
synced 2026-04-25 19:14:27 +00:00
@@ -715,8 +715,8 @@ class DatasourceEditor extends React.PureComponent {
|
||||
<TextAreaControl
|
||||
language="sql"
|
||||
offerEditInModal={false}
|
||||
minLines={25}
|
||||
maxLines={25}
|
||||
minLines={20}
|
||||
maxLines={20}
|
||||
readOnly={!this.state.isEditMode}
|
||||
/>
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user