Skip to content

Commit

Permalink
docs: fix story
Browse files Browse the repository at this point in the history
  • Loading branch information
dobrinyonkov committed Feb 13, 2024
1 parent ca6cd4a commit bbb58ba
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ const Template: UI5StoryArgs<DynamicPage, StoryArgsSlots> = (args) => {
${unsafeHTML(args.headerArea)}
${unsafeHTML(args.titleArea)}
${unsafeHTML(args.default)}
${unsafeHTML(args.footer)}
${unsafeHTML(args.footerArea)}
</ui5-dynamic-page>
`;
};
Expand Down Expand Up @@ -740,7 +740,7 @@ Basic.args = {
>Gladiator MX</ui5-li
>
</ui5-list>`,
footer: `<ui5-bar id="footer" slot="footer" design="FloatingFooter">
footerArea: `<ui5-bar id="footer" slot="footer" design="FloatingFooter">
<ui5-button slot="endContent">Edit</ui5-button>
<ui5-button slot="endContent">Close</ui5-button>
</ui5-bar>`,
Expand Down

0 comments on commit bbb58ba

Please sign in to comment.