Skip to content

Commit 89ea550

Browse files
authored
Merge pull request #254 from db-ui/fix-click-logging
fix: click event logging text
2 parents a24f761 + a8a7a1a commit 89ea550

File tree

1 file changed

+1
-1
lines changed
  • showcases/react-showcase/src

1 file changed

+1
-1
lines changed

showcases/react-showcase/src/app.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import {
88

99
const App = () => {
1010
const onClick = (event: any) => {
11-
console.log('test');
11+
console.log('click event test');
1212
};
1313

1414
return (

0 commit comments

Comments
 (0)