mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-19 17:14:57 +00:00
code cleanup
This commit is contained in:
parent
ca2267faff
commit
ac409ee20a
@ -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();
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user