mirror of
https://github.com/apache/superset.git
synced 2026-04-26 03:24:53 +00:00
fix: save query modal/button styling + convert to ant-d modal (#11164)
This commit is contained in:
@@ -529,9 +529,7 @@ class SqlEditor extends React.PureComponent {
|
||||
<span>
|
||||
<SaveQuery
|
||||
query={qe}
|
||||
defaultLabel={
|
||||
qe.description == null ? qe.title : qe.description
|
||||
}
|
||||
defaultLabel={qe.title || qe.description}
|
||||
onSave={this.props.actions.saveQuery}
|
||||
onUpdate={this.props.actions.updateSavedQuery}
|
||||
saveQueryWarning={this.props.saveQueryWarning}
|
||||
|
||||
Reference in New Issue
Block a user