You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by yj...@apache.org on 2022/10/24 17:50:38 UTC

[superset] branch master updated (88e98d576c -> 792820ef48)

This is an automated email from the ASF dual-hosted git repository.

yjc pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/superset.git


    from 88e98d576c fix(sqllab): fix control x to stop query (#21899)
     add 792820ef48 fix(sqllab): remove set state on component update lifecycle (#21771)

No new revisions were added by this update.

Summary of changes:
 .../SqlLab/components/SouthPane/SouthPane.test.jsx | 105 ++++++++++++---------
 .../src/SqlLab/components/SouthPane/index.tsx      |   3 +-
 .../src/SqlLab/components/SouthPane/state.ts       |  34 +++++--
 .../src/SqlLab/components/SqlEditor/index.jsx      |   7 +-
 .../TabbedSqlEditors/TabbedSqlEditors.test.jsx     |  30 +-----
 .../SqlLab/components/TabbedSqlEditors/index.jsx   |  36 -------
 6 files changed, 95 insertions(+), 120 deletions(-)