RED-9916: fixed button ids.
This commit is contained in:
parent
0ca5e7e2ad
commit
007e761bd5
@ -46,7 +46,7 @@
|
||||
@if (!config.hide) {
|
||||
<iqser-icon-button
|
||||
(action)="config.action($event)"
|
||||
[buttonId]="(config.label | translate).replace('.', '-')"
|
||||
[buttonId]="config.label.replace('.', '-')"
|
||||
[icon]="config.icon"
|
||||
[label]="config.label | translate"
|
||||
[type]="config.type"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user