mgr/dashboard: fix icons variable assignment (#28961)

mgr/dashboard: fix icons variable assignment

Reviewed-by: Tiago Melo <tmelo@suse.com>
Reviewed-by: Volker Theile <vtheile@suse.com>
This commit is contained in:
Lenz Grimmer 2019-07-11 12:24:12 +02:00 committed by GitHub
commit 006b1f31ae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -25,7 +25,7 @@ export class ConfigOptionComponent implements OnInit {
@Input()
optionsFormShowReset = true;
icons: Icons;
icons = Icons;
options: Array<any> = [];
optionsFormGroup: CdFormGroup = new CdFormGroup({});