add fix for extra comments for #11781 (#11902)

This commit is contained in:
Grace Guo
2020-12-02 18:13:42 -08:00
committed by GitHub
parent 721f9119e1
commit 61064b9634
3 changed files with 8 additions and 6 deletions

View File

@@ -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}
/>
}