diff --git a/web/app/configs/rss/rss-config.component.ts b/web/app/configs/rss/rss-config.component.ts index 36d4db8..75571e4 100644 --- a/web/app/configs/rss/rss-config.component.ts +++ b/web/app/configs/rss/rss-config.component.ts @@ -35,6 +35,7 @@ export class RssConfigComponent implements ModalComponent { } if (this.integration.feeds.indexOf(this.feedUrl) !== -1) { this.toaster.pop("error", "This feed has already been added"); + return; } let feedCopy = JSON.parse(JSON.stringify(this.integration.feeds));