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