mirror of
https://github.com/getredash/redash.git
synced 2026-03-22 19:00:09 -04:00
Add default limit (1000) to SQL queries (#5088)
* add default limit 1000 * Add frontend changes and connect to backend * Fix query hash because of default limit * fix CircleCI test * adjust for comment
This commit is contained in:
@@ -21,6 +21,12 @@
|
||||
}
|
||||
}
|
||||
|
||||
.query-editor-controls-checkbox {
|
||||
display: inline-block;
|
||||
white-space: nowrap;
|
||||
margin: auto 5px;
|
||||
}
|
||||
|
||||
.query-editor-controls-spacer {
|
||||
flex: 1 1 auto;
|
||||
height: 35px; // same as Antd <Select>
|
||||
|
||||
Reference in New Issue
Block a user