We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 48d39e4 commit b4076f1Copy full SHA for b4076f1
1 file changed
Document-Processing/code-snippet/spreadsheet/react/find-and-replace-cs1/app/app.jsx
@@ -8,7 +8,7 @@ function App() {
8
9
const actionBegin = (args) => {
10
const action = args?.action;
11
- const eventArgs = args?.args?.eventArgs ?? args?.eventArgs;
+ const eventArgs = args?.eventArgs;
12
13
// Check the action is beforeReplaceAll.
14
if (action === 'beforeReplaceAll') {
0 commit comments