Skip to content

Commit 07618fb

Browse files
committed
Minor typo fix
1 parent bf60a98 commit 07618fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

demo/src/schema/basic.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ export default {
205205
console.log('toolbar save click with modified data', config, tableState.modified);
206206
config.payload.action(MODIFY_DATA)({ clear: true });
207207
// Dispatch MODIFY_DATA action with clear: true, to reset the modified data
208-
// Dispatch REQUEST_DATA action "payload.action(REQUEST_DATA)" to refresh data.
208+
// Dispatch REQUEST_DATA action "config.payload.action(REQUEST_DATA)" to refresh data.
209209
}
210210
}],
211211
],

0 commit comments

Comments
 (0)