mirror of
https://github.com/apache/superset.git
synced 2026-04-18 23:55:00 +00:00
Open in _self (#14778)
This commit is contained in:
@@ -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) => {
|
||||
|
||||
Reference in New Issue
Block a user