change: redirect to edit page after create of newsletter and protocol

This commit is contained in:
Julian Krauser 2025-05-29 11:20:54 +02:00
parent caf8e71a51
commit 0defc9b0ba
6 changed files with 16 additions and 9 deletions

View file

@ -7,6 +7,7 @@ export interface NewsletterViewModel {
newsletterSignatur: string;
isSent: boolean;
recipientsByQueryId?: string | null;
createdAt: Date;
}
export interface CreateNewsletterViewModel {