Update common.cds

This commit is contained in:
Olena
2025-03-26 15:42:37 +01:00
committed by GitHub
parent b64063c36b
commit 27a02cbecb

View File

@@ -78,9 +78,7 @@ annotate my.Genres with @(
UI : {
SelectionFields : [name],
LineItem : [
{Value : name,
Label : '{i18n>Name}',
},
{ Value : name, Label : '{i18n>Name}' },
],
}
);