This commit is contained in:
parent
7cd5dc0c84
commit
4868818576
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
|
@ -106,7 +106,8 @@ function handleSubmit(event: Event): void {
|
|||
const toast = createToast('danger', 'Error Updating Table Configuration', res.error);
|
||||
toast.show();
|
||||
} else {
|
||||
location.reload();
|
||||
// Strip any URL query parameters & reload the page
|
||||
window.location.href = window.location.origin + window.location.pathname;
|
||||
}
|
||||
});
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue