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 bc67840 commit be0c2b6Copy full SHA for be0c2b6
src/dashboard/Data/Browser/Browser.react.js
@@ -266,14 +266,14 @@ class Browser extends DashboardView {
266
});
267
}
268
269
- fetchAggregationPanelData(objectId, className, appID) {
+ fetchAggregationPanelData(objectId, className, appId) {
270
this.setState({
271
isLoading: true,
272
273
const params = {
274
objectId: objectId,
275
};
276
- const cloudCodeFunction = this.state.classwiseCloudFunctions[appID][className][0].cloudCodeFunction;
+ const cloudCodeFunction = this.state.classwiseCloudFunctions[appId][className][0].cloudCodeFunction;
277
278
Parse.Cloud.run(cloudCodeFunction, params).then(
279
result => {
0 commit comments