We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 525824e commit 4ab79c8Copy full SHA for 4ab79c8
stories/components/login.stories.js
@@ -36,9 +36,9 @@ export const Templates = () => html`
36
</template>
37
<template data-type="flyout-commands">
38
<div>
39
- <button data-props="{@click: handleSignOut}">Sign Out</button>
+ <button data-props="@click: handleSignOut">Sign Out</button>
40
<button>Go to my profile</button>
41
</div>
42
43
</mgt-login>
44
-`;
+`;
0 commit comments