Skip to content
This repository has been archived by the owner on Nov 3, 2023. It is now read-only.

Commit

Permalink
Revert "Open in _self (apache#14778)"
Browse files Browse the repository at this point in the history
This reverts commit faae27b.
  • Loading branch information
michelle_thomas committed Jul 1, 2021
1 parent b3888f9 commit c90e75b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion superset-frontend/src/explore/exploreUtils/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,7 @@ export const exploreChart = formData => {
endpointType: 'base',
allowDomainSharding: false,
});
postForm(url, formData, '_self');
postForm(url, formData);
};

export const useDebouncedEffect = (effect, delay, deps) => {
Expand Down

0 comments on commit c90e75b

Please sign in to comment.