mirror of
https://github.com/apache/superset.git
synced 2026-04-23 01:55:09 +00:00
fix: [search query view] edit link is broken (#10128)
* fix: [search query view] edit link is broken * eslint + mypy * rever app.py changes * addressing comments * use api/v1/query * fix test
This commit is contained in:
committed by
GitHub
parent
0017b61f51
commit
1781ebbaa4
@@ -40,7 +40,7 @@ const RunQueryActionButton = ({
|
||||
runQuery = NO_OP,
|
||||
selectedText,
|
||||
stopQuery = NO_OP,
|
||||
sql,
|
||||
sql = '',
|
||||
}: Props) => {
|
||||
const runBtnText = selectedText ? t('Run Selected Query') : t('Run');
|
||||
const btnStyle = selectedText ? 'warning' : 'primary';
|
||||
|
||||
Reference in New Issue
Block a user