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

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

commit f1060f323f16238c07a38e34fee5be9a450200a3
Author: Geido <[email protected]>
AuthorDate: Tue Jun 29 10:38:00 2021 +0200

    Open in _self (#14778)
    
    (cherry picked from commit faae27bd2fdbe9a090efc51731dc99ec29b21390)
---
 superset-frontend/src/explore/exploreUtils/index.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/superset-frontend/src/explore/exploreUtils/index.js 
b/superset-frontend/src/explore/exploreUtils/index.js
index d5dca45..db7f303 100644
--- a/superset-frontend/src/explore/exploreUtils/index.js
+++ b/superset-frontend/src/explore/exploreUtils/index.js
@@ -303,7 +303,7 @@ export const exploreChart = formData => {
     endpointType: 'base',
     allowDomainSharding: false,
   });
-  postForm(url, formData);
+  postForm(url, formData, '_self');
 };
 
 export const useDebouncedEffect = (effect, delay, deps) => {

Reply via email to