Bugfix/fix create activity dialog caused by missing tags (#1606)
* Add guard * Update changelog
This commit is contained in:
@@ -120,7 +120,7 @@ export class CreateOrUpdateActivityDialog implements OnDestroy {
|
||||
Validators.required
|
||||
],
|
||||
tags: [
|
||||
this.data.activity?.tags.map(({ id, name }) => {
|
||||
this.data.activity?.tags?.map(({ id, name }) => {
|
||||
return {
|
||||
id,
|
||||
name: translate(name)
|
||||
|
Reference in New Issue
Block a user