Skip to content

Commit 4ab79c8

Browse files
authored
Update login.stories.js
1 parent 525824e commit 4ab79c8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

stories/components/login.stories.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,9 @@ export const Templates = () => html`
3636
</template>
3737
<template data-type="flyout-commands">
3838
<div>
39-
<button data-props="{@click: handleSignOut}">Sign Out</button>
39+
<button data-props="@click: handleSignOut">Sign Out</button>
4040
<button>Go to my profile</button>
4141
</div>
4242
</template>
4343
</mgt-login>
44-
`;
44+
`;

0 commit comments

Comments
 (0)