Skip to content

Commit

Permalink
fix(ui5-toolbar): story error fixed (#7986)
Browse files Browse the repository at this point in the history
Co-authored-by: PetyaMarkovaBogdanova <[email protected]>
  • Loading branch information
PetyaMarkovaBogdanova and PetyaMarkovaBogdanova authored Dec 11, 2023
1 parent 4f5dd9b commit 7b6eab2
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions packages/playground/_stories/main/Toolbar/Toolbar.stories.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,13 +38,7 @@ const Template: UI5StoryArgs<Toolbar, StoryArgsSlots> = (args) => {
align-content="${ifDefined(args.alignContent)}"
>
${unsafeHTML(args.default)}
</ui5-toolbar>
<script>
select.addEventListener("ui5-change", e => {
textarea.setAttribute("value", "Selected option is:" + e.detail.selectedOption.textContent);
});
</script>
`;
</ui5-toolbar>`;
};

export const Basic = Template.bind({});
Expand Down

0 comments on commit 7b6eab2

Please sign in to comment.