This is an automated email from the ASF dual-hosted git repository.
amitmiran 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 faae27b Open in _self (#14778)
faae27b is described below
commit faae27bd2fdbe9a090efc51731dc99ec29b21390
Author: Geido <[email protected]>
AuthorDate: Tue Jun 29 10:38:00 2021 +0200
Open in _self (#14778)
---
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) => {