From 27a02cbecb44d9463d4d917b7218b207afba3f3a Mon Sep 17 00:00:00 2001 From: Olena Date: Wed, 26 Mar 2025 15:42:37 +0100 Subject: [PATCH] Update common.cds --- fiori/app/common.cds | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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}' }, ], } );