Revert "Open in _self (#14778)" (#15588)

This reverts commit faae27bd2f.
This commit is contained in:
Evan Rusackas 2021-07-08 17:00:35 -06:00 committed by GitHub
parent 4ab565ca36
commit 026eefdb36
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, '_self');
postForm(url, formData);
};
export const useDebouncedEffect = (effect, delay, deps) => {