|
|
@ -82,9 +82,10 @@ export class GfCreateOrUpdateAccountDialogComponent { |
|
|
const { currencies } = this.dataService.fetchInfo(); |
|
|
const { currencies } = this.dataService.fetchInfo(); |
|
|
this.currencies = currencies; |
|
|
this.currencies = currencies; |
|
|
|
|
|
|
|
|
this.hasPermissionToCreateOwnTag = |
|
|
this.hasPermissionToCreateOwnTag = hasPermission( |
|
|
this.data.user?.settings?.isExperimentalFeatures && |
|
|
this.data.user?.permissions, |
|
|
hasPermission(this.data.user?.permissions, permissions.createOwnTag); |
|
|
permissions.createOwnTag |
|
|
|
|
|
); |
|
|
|
|
|
|
|
|
this.tagsAvailable = [ |
|
|
this.tagsAvailable = [ |
|
|
...(this.data.user?.tags ?? []), |
|
|
...(this.data.user?.tags ?? []), |
|
|
|