diff --git a/src/app/main/main.component.ts b/src/app/main/main.component.ts index 37653ba..00e1c61 100644 --- a/src/app/main/main.component.ts +++ b/src/app/main/main.component.ts @@ -212,7 +212,7 @@ export class MainComponent implements OnInit { error: false }; - argsChangedSubject: Subject = new Subject(false); + argsChangedSubject: Subject = new Subject(); simulatedOutput = ''; constructor(public postsService: PostsService, private youtubeSearch: YoutubeSearchService, public snackBar: MatSnackBar,