Skip to content

Commit 9ead1e0

Browse files
committed
test(arduino-nano): action name in story
1 parent 702fd77 commit 9ead1e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/arduino-nano-element.stories.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ storiesOf('Arduino Nano', module)
1616
.ledRX=${boolean('RX LED', false)}
1717
.ledPower=${boolean('Power LED', true)}
1818
@button-press=${action('button-press')}
19-
@button-release=${action('button-press')}
19+
@button-release=${action('button-release')}
2020
></wokwi-arduino-nano>
2121
`
2222
);

0 commit comments

Comments
 (0)