We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf60a98 commit 07618fbCopy full SHA for 07618fb
demo/src/schema/basic.js
@@ -205,7 +205,7 @@ export default {
205
console.log('toolbar save click with modified data', config, tableState.modified);
206
config.payload.action(MODIFY_DATA)({ clear: true });
207
// Dispatch MODIFY_DATA action with clear: true, to reset the modified data
208
- // Dispatch REQUEST_DATA action "payload.action(REQUEST_DATA)" to refresh data.
+ // Dispatch REQUEST_DATA action "config.payload.action(REQUEST_DATA)" to refresh data.
209
}
210
}],
211
],
0 commit comments