fix parameter type
This commit is contained in:
parent
52f82d9430
commit
74a82a4745
@ -45,7 +45,7 @@ export class DefaultColorsScreenComponent
|
||||
await this._loadColors();
|
||||
}
|
||||
|
||||
openEditColorDialog($event: any, color: { key: DefaultColorType; value: string }) {
|
||||
openEditColorDialog($event: any, color: { key: DefaultColorType | string; value: string }) {
|
||||
this._dialogService.openDialog(
|
||||
'editColor',
|
||||
$event,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user