Skip to content

Commit b4076f1

Browse files
committed
1012637: updated How to session for react spreadsheet in ug documentation
1 parent 48d39e4 commit b4076f1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • Document-Processing/code-snippet/spreadsheet/react/find-and-replace-cs1/app

Document-Processing/code-snippet/spreadsheet/react/find-and-replace-cs1/app/app.jsx

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

99
const actionBegin = (args) => {
1010
const action = args?.action;
11-
const eventArgs = args?.args?.eventArgs ?? args?.eventArgs;
11+
const eventArgs = args?.eventArgs;
1212

1313
// Check the action is beforeReplaceAll.
1414
if (action === 'beforeReplaceAll') {

0 commit comments

Comments
 (0)