mirror of
https://github.com/apache/superset.git
synced 2026-04-26 11:34:27 +00:00
This reverts commit faae27bd2f.
This commit is contained in:
@@ -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) => {
|
||||
|
||||
Reference in New Issue
Block a user