diff --git a/fiori/app/common.cds b/fiori/app/common.cds index 1f9e664f..50c775cb 100644 --- a/fiori/app/common.cds +++ b/fiori/app/common.cds @@ -78,9 +78,7 @@ annotate my.Genres with @( UI : { SelectionFields : [name], LineItem : [ - {Value : name, - Label : '{i18n>Name}', - }, + { Value : name, Label : '{i18n>Name}' }, ], } );