mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-23 04:22:01 -06:00
Fixes #19375: Fix table configuration after applying a saved table config
This commit is contained in:
parent
aea51df06c
commit
d84c901951
BIN
netbox/project-static/dist/netbox.js
vendored
BIN
netbox/project-static/dist/netbox.js
vendored
Binary file not shown.
BIN
netbox/project-static/dist/netbox.js.map
vendored
BIN
netbox/project-static/dist/netbox.js.map
vendored
Binary file not shown.
@ -106,7 +106,8 @@ function handleSubmit(event: Event): void {
|
|||||||
const toast = createToast('danger', 'Error Updating Table Configuration', res.error);
|
const toast = createToast('danger', 'Error Updating Table Configuration', res.error);
|
||||||
toast.show();
|
toast.show();
|
||||||
} else {
|
} 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
Block a user