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