reload page
parent
fc75094ee2
commit
fcaab64820
|
@ -167,6 +167,7 @@ function CardPersonalCalendarSettings({ settings }) {
|
||||||
myFetch("/calendar/settings/personal/unlink", "POST")
|
myFetch("/calendar/settings/personal/unlink", "POST")
|
||||||
.then((res) => {
|
.then((res) => {
|
||||||
console.log(res);
|
console.log(res);
|
||||||
|
window.location.reload();
|
||||||
})
|
})
|
||||||
.catch((errStatus) => {
|
.catch((errStatus) => {
|
||||||
console.log(errStatus);
|
console.log(errStatus);
|
||||||
|
|
Loading…
Reference in New Issue