Skip to content

Commit 1e7067b

Browse files
committed
refactor(dialog): remove unneeded handle
1 parent 0afb8fc commit 1e7067b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/dialog/stories/dialog.stories.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ export default {
5555
},
5656
parameters: {
5757
actions: {
58-
handles: ["click .spectrum-Dialog button", "click .spectrum-CSSExample-overlayShowButton button"],
58+
handles: ["click .spectrum-Dialog button"],
5959
},
6060
status: {
6161
type: process.env.MIGRATED_PACKAGES.includes("dialog")

0 commit comments

Comments
 (0)