hash control for form posting

This commit is contained in:
Burak Civan
2022-10-10 13:43:28 +03:00
parent 73d0e97c3d
commit ba0e24ae94
4 changed files with 10 additions and 1 deletions

View File

@ -479,6 +479,10 @@ export default class Form {
this.loading = true;
window.location.href = response.data.redirect;
if (window.location.hash !== undefined) {
location.reload();
}
}
this.response = response.data;