mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
code cleanup
This commit is contained in:
@@ -44,7 +44,6 @@ export class RadioButtonsWidget extends WidgetComponent implements OnInit {
|
||||
)
|
||||
.subscribe(
|
||||
(result: FormFieldOption[]) => {
|
||||
let options = [];
|
||||
this.field.options = result || [];
|
||||
this.field.updateForm();
|
||||
},
|
||||
|
Reference in New Issue
Block a user