remove redundant annotation

This commit is contained in:
Gregor Wolf
2021-11-13 00:48:04 +01:00
parent cd914a8d87
commit 6411ce4ea3

View File

@@ -27,20 +27,4 @@ annotate CatalogService.Authors with @(UI : {
{Value : placeOfBirth},
{Value : placeOfDeath},
]},
});
////////////////////////////////////////////////////////////////////////////
//
// Authors List Page
//
annotate CatalogService.Authors with @(UI : {
SelectionFields : [
ID,
name,
],
LineItem : [
{Value : ID},
{Value : name},
]
}, );
});