Open in _self (#14778)
This commit is contained in:
parent
076f774daf
commit
faae27bd2f
|
|
@ -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) => {
|
||||
|
|
|
|||
Loading…
Reference in New Issue