@kaspernj/api-maker 1.0.260 → 1.0.261

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -16,7 +16,7 @@
16
16
  ]
17
17
  },
18
18
  "name": "@kaspernj/api-maker",
19
- "version": "1.0.260",
19
+ "version": "1.0.261",
20
20
  "type": "module",
21
21
  "description": "",
22
22
  "main": "index.js",
@@ -117,7 +117,7 @@ export default class ApiMakerBootStrapLiveTableModelRow extends React.PureCompon
117
117
  _modelCallbackArgs () {
118
118
  const {model} = digs(this.props, "model")
119
119
  const modelArgName = inflection.camelize(this.props.liveTable.props.modelClass.modelClassData().name, true)
120
- const modelCallbackArgs = {}
120
+ const modelCallbackArgs = {model}
121
121
 
122
122
  modelCallbackArgs[modelArgName] = model
123
123