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

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


The following commit(s) were added to refs/heads/master by this push:
     new 12baba0  fix: Query History (#14498)
12baba0 is described below

commit 12baba03ccd52a7138b6dfee21ac8d667fe72656
Author: AAfghahi <[email protected]>
AuthorDate: Wed May 5 17:00:32 2021 -0400

    fix: Query History (#14498)
    
    * fix for QUery History
    
    * fixed
---
 superset-frontend/src/SqlLab/components/SouthPane/SouthPane.tsx | 1 +
 1 file changed, 1 insertion(+)

diff --git a/superset-frontend/src/SqlLab/components/SouthPane/SouthPane.tsx 
b/superset-frontend/src/SqlLab/components/SouthPane/SouthPane.tsx
index 4b69e51..d04f3df 100644
--- a/superset-frontend/src/SqlLab/components/SouthPane/SouthPane.tsx
+++ b/superset-frontend/src/SqlLab/components/SouthPane/SouthPane.tsx
@@ -168,6 +168,7 @@ export default function SouthPane({
         onChange={switchTab}
         id={shortid.generate()}
         fullWidth={false}
+        animated={false}
       >
         <Tabs.TabPane tab={t('Results')} key="Results">
           {renderResults()}

Reply via email to