Skip to content

Commit

Permalink
fix: reload (#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
YuraGB authored Apr 1, 2024
1 parent 2fcf76e commit be07238
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/services/customPageService/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,12 @@ class CustomPageService {

const { widgets } = data;
if (widgets.length) {
try {
await removeWidgetsFromPage(id);
} catch (error) {
console.log("removedWidgets error", error);
}

await this.actionsWithWidgets(
data,
id,
Expand Down

0 comments on commit be07238

Please sign in to comment.