feat: Visualize SqlLab.Query model data in Explore 📈 (#20281)

This commit is contained in:
Hugh A. Miles II
2022-07-15 19:34:02 -04:00
committed by GitHub
parent c70d102b73
commit e5e8867394
61 changed files with 2510 additions and 610 deletions

View File

@@ -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>