reload page

master
alex 2024-01-21 13:16:32 +01:00
parent fc75094ee2
commit fcaab64820
1 changed files with 1 additions and 0 deletions

View File

@ -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);