Open in _self (#14778)

This commit is contained in:
Geido 2021-06-29 10:38:00 +02:00 committed by GitHub
parent 076f774daf
commit faae27bd2f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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) => {