fix parameter type

This commit is contained in:
Dan Percic 2021-07-20 02:47:44 +03:00
parent 52f82d9430
commit 74a82a4745

View File

@ -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,