Skip to content

Commit

Permalink
Apply review
Browse files Browse the repository at this point in the history
Enact-DCO-1.0-Signed-off-by: Juwon Jeong (juwon.jeong@lge.com)
  • Loading branch information
juwonjeong committed Oct 2, 2024
1 parent 85ef4c2 commit 9020d03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion samples/sampler/stories/default/PageViews.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export default {
};

export const _PageViews = (args) => (
<PageViews fullContents={args['fullContents']} pageIndicatorPosition={args['pageIndicatorPosition']} pageIndicatorType={args['pageIndicatorType']}>
<PageViews fullContents={args['fullContents']} pageIndicatorType={args['pageIndicatorType']}>
<PageViews.Page aria-label="This is a description for page 1">
<div style={{padding: '24px', width: '50%'}}>
<Item>Item 1</Item>
Expand Down

0 comments on commit 9020d03

Please sign in to comment.