fix(sqllab): missing estimate action button (#40101)

(cherry picked from commit 2b71d964cc)
This commit is contained in:
JUST.in DO IT
2026-05-14 14:43:07 -07:00
committed by Michael S. Molina
parent c83fb2bb1d
commit d7b60ecf34
2 changed files with 2 additions and 1 deletions

View File

@@ -113,7 +113,7 @@ const EstimateQueryCostButton = ({
modalBody={renderModalBody()}
triggerNode={
<Button
color="primary"
color="default"
variant="text"
style={{ height: 32, padding: '4px 15px' }}
onClick={onClickHandler}

View File

@@ -31,6 +31,7 @@ DATABASE_KEYS = [
"allow_cvas",
"allow_dml",
"allow_run_async",
"allows_cost_estimate",
"allows_subquery",
"backend",
"database_name",