change: redirect to edit page after create of newsletter and protocol
This commit is contained in:
parent
caf8e71a51
commit
0defc9b0ba
6 changed files with 16 additions and 9 deletions
|
@ -7,6 +7,7 @@ export interface NewsletterViewModel {
|
|||
newsletterSignatur: string;
|
||||
isSent: boolean;
|
||||
recipientsByQueryId?: string | null;
|
||||
createdAt: Date;
|
||||
}
|
||||
|
||||
export interface CreateNewsletterViewModel {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue