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

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