mirror of
https://github.com/apache/superset.git
synced 2026-04-21 09:04:38 +00:00
feat: Visualize SqlLab.Query model data in Explore 📈 (#20281)
This commit is contained in:
@@ -173,7 +173,7 @@ export default function SaveQuery({
|
||||
width="620px"
|
||||
show={showSave}
|
||||
title={<h4>{t('Save query')}</h4>}
|
||||
footer={[
|
||||
footer={
|
||||
<>
|
||||
<Button onClick={close} data-test="cancel-query" cta>
|
||||
{t('Cancel')}
|
||||
@@ -196,8 +196,8 @@ export default function SaveQuery({
|
||||
{t('Update')}
|
||||
</Button>
|
||||
)}
|
||||
</>,
|
||||
]}
|
||||
</>
|
||||
}
|
||||
>
|
||||
{renderModalBody()}
|
||||
</Modal>
|
||||
|
||||
Reference in New Issue
Block a user