diff --git a/web/app/configs/widget/widget.component.ts b/web/app/configs/widget/widget.component.ts index 735f78f..7aa3b1e 100644 --- a/web/app/configs/widget/widget.component.ts +++ b/web/app/configs/widget/widget.component.ts @@ -149,6 +149,7 @@ export class WidgetComponent { .then(() => this.toggleWidget(widget)) .then(() => { this.isUpdating = false; + widget.url = this.getWrappedUrl(widget.url); // for easier editing this.toaster.pop("success", "Widget updated!"); }) .catch(err => {