diff --git a/src/Squidex/app/shared/state/contents.state.ts b/src/Squidex/app/shared/state/contents.state.ts index 49cc5b43e..8b4d70759 100644 --- a/src/Squidex/app/shared/state/contents.state.ts +++ b/src/Squidex/app/shared/state/contents.state.ts @@ -250,7 +250,8 @@ export abstract class ContentsStateBase extends State { return { ...s, contents, contentsPager }; }); - }); + }) + .notify(this.dialogs); } public changeStatus(contents: ContentDto[], action: string, dueTime: string | null): Observable {