Skip to content

Commit

Permalink
fix(SQL field in edit dataset modal): display full sql query (apache#…
Browse files Browse the repository at this point in the history
  • Loading branch information
rtexelm authored and sfirke committed Mar 22, 2024
1 parent 30d9e8a commit 28f5d6c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1141,7 +1141,7 @@ class DatasourceEditor extends React.PureComponent {
language="sql"
offerEditInModal={false}
minLines={20}
maxLines={20}
maxLines={Infinity}
readOnly={!this.state.isEditMode}
resize="both"
/>
Expand Down

0 comments on commit 28f5d6c

Please sign in to comment.