From 95052b0b1f02974b9a6a4bb29108712b559312cb Mon Sep 17 00:00:00 2001 From: alex Date: Sun, 21 Jan 2024 16:46:57 +0100 Subject: [PATCH] unlink calendar with password --- src/Pages/Store/Calendar/index.js | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/Pages/Store/Calendar/index.js b/src/Pages/Store/Calendar/index.js index ea814bf..eba4ed0 100644 --- a/src/Pages/Store/Calendar/index.js +++ b/src/Pages/Store/Calendar/index.js @@ -207,10 +207,7 @@ function CardPersonalCalendarSettings({ settings }) { password: EncodeStringToBase64(values.password), deleteCalendars: values.deleteEvents, }) - .then((res) => { - console.log(res); - window.location.reload(); - }) + .then(() => window.location.reload()) .catch((errStatus) => { console.log(errStatus); setIsRequesting(false);