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 committed Oct 31, 2023
1 parent d2f511a commit 1eba712
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 1eba712

Please sign in to comment.