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

This commit is contained in:
JUST.in DO IT
2026-05-14 14:43:07 -07:00
committed by GitHub
parent f02e5b7e83
commit 2b71d964cc
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",