|
|
@ -98,7 +98,7 @@ export class GfCreateOrUpdateActivityDialogComponent { |
|
|
protected mode: 'create' | 'update'; |
|
|
protected mode: 'create' | 'update'; |
|
|
protected tagsAvailable: Tag[] = []; |
|
|
protected tagsAvailable: Tag[] = []; |
|
|
protected total = 0; |
|
|
protected total = 0; |
|
|
protected typesTranslationMap = new Map<Type, string>(); |
|
|
protected readonly typesTranslationMap = new Map<Type, string>(); |
|
|
protected readonly Validators = Validators; |
|
|
protected readonly Validators = Validators; |
|
|
|
|
|
|
|
|
protected readonly data = |
|
|
protected readonly data = |
|
|
|