fix build

This commit is contained in:
Valentin Mihai 2024-05-20 10:39:36 +03:00
parent ee1d7b2445
commit 5cc09f251e

View File

@ -16,6 +16,7 @@ const TEXT_INPUT = 'text';
export interface SaveOptions {
closeAfterSave?: boolean;
nextAction?: boolean;
addMembers?: boolean;
}
@Directive()