mirror of
https://github.com/apache/superset.git
synced 2026-05-22 00:05:15 +00:00
fix(sqllab): missing estimate action button (#40101)
(cherry picked from commit 2b71d964cc)
This commit is contained in:
committed by
Michael S. Molina
parent
c83fb2bb1d
commit
d7b60ecf34
@@ -113,7 +113,7 @@ const EstimateQueryCostButton = ({
|
||||
modalBody={renderModalBody()}
|
||||
triggerNode={
|
||||
<Button
|
||||
color="primary"
|
||||
color="default"
|
||||
variant="text"
|
||||
style={{ height: 32, padding: '4px 15px' }}
|
||||
onClick={onClickHandler}
|
||||
|
||||
@@ -31,6 +31,7 @@ DATABASE_KEYS = [
|
||||
"allow_cvas",
|
||||
"allow_dml",
|
||||
"allow_run_async",
|
||||
"allows_cost_estimate",
|
||||
"allows_subquery",
|
||||
"backend",
|
||||
"database_name",
|
||||
|
||||
Reference in New Issue
Block a user