Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Co-authored-by: sjvans <30337871+sjvans@users.noreply.github.com>
  • Loading branch information
mnkiefer and sjvans authored Oct 16, 2023
1 parent 444db8b commit e76c462
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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%' }}
]
);
```
Expand Down

0 comments on commit e76c462

Please sign in to comment.