From e76c4624feccb2060c89468dff84f827e4ccc6bb Mon Sep 17 00:00:00 2001 From: Mara Kiefer <8320933+mnkiefer@users.noreply.github.com> Date: Mon, 16 Oct 2023 20:40:50 +0200 Subject: [PATCH] Update README.md Co-authored-by: sjvans <30337871+sjvans@users.noreply.github.com> --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 553d0b5..cc73504 100644 --- a/README.md +++ b/README.md @@ -74,11 +74,11 @@ The view can be easily adapted and configured to your own needs by simply changi using from '@cap-js/change-tracking'; annotate sap.changelog.ChangeView with @( - UI.LineItem : [ - { Value: modification, @HTML5.CssDefaults: {width:'25%'}}, - { Value: createdAt, @HTML5.CssDefaults: {width:'25%'}}, - { Value: createdBy, @HTML5.CssDefaults: {width:'25%'}}, - { Value: objectID, @HTML5.CssDefaults: {width:'25%'}} + UI.LineItem : [ + { Value: modification, @HTML5.CssDefaults: { width:'25%' }}, + { Value: createdAt, @HTML5.CssDefaults: { width:'25%' }}, + { Value: createdBy, @HTML5.CssDefaults: { width:'25%' }}, + { Value: objectID, @HTML5.CssDefaults: { width:'25%' }} ] ); ```