Skip to content

Commit

Permalink
[dx] fix error in app-helerps stories
Browse files Browse the repository at this point in the history
  • Loading branch information
Kreezag committed Jun 29, 2024
1 parent 94bb8f5 commit e808e98
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/shared/ui/app-header/app-header.stories.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,7 @@ export const WithActions: StoryObj<typeof AppHeader> = {
slots: {
default: `Page title`,
controls:
`<button
class="flex mr-3 rounded-sm bg-blue-500 text-xs p-1"
@click="(a) => action('Custom action event')(a)"
>
`<button class="flex mr-3 rounded-sm bg-blue-500 text-xs p-1">
Additional button
</button>`,
}
Expand Down

0 comments on commit e808e98

Please sign in to comment.