mirror of
https://github.com/apache/superset.git
synced 2026-04-18 15:44:57 +00:00
fix: validate_parameters and query (#16241)
* fix: validate_parameters and query * add onQueryChange
This commit is contained in:
@@ -169,9 +169,9 @@ const ExtraOptions = ({
|
||||
<StyledInputContainer css={no_margin_bottom}>
|
||||
<div className="input-container">
|
||||
<IndeterminateCheckbox
|
||||
id="cost_query_enabled"
|
||||
id="cost_estimate_enabled"
|
||||
indeterminate={false}
|
||||
checked={!!db?.extra_json?.cost_query_enabled}
|
||||
checked={!!db?.extra_json?.cost_estimate_enabled}
|
||||
onChange={onExtraInputChange}
|
||||
labelText={t('Enable query cost estimation')}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user