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

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