Skip to content

Commit be0c2b6

Browse files
author
unknown
committed
fix var name
1 parent bc67840 commit be0c2b6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/dashboard/Data/Browser/Browser.react.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -266,14 +266,14 @@ class Browser extends DashboardView {
266266
});
267267
}
268268

269-
fetchAggregationPanelData(objectId, className, appID) {
269+
fetchAggregationPanelData(objectId, className, appId) {
270270
this.setState({
271271
isLoading: true,
272272
});
273273
const params = {
274274
objectId: objectId,
275275
};
276-
const cloudCodeFunction = this.state.classwiseCloudFunctions[appID][className][0].cloudCodeFunction;
276+
const cloudCodeFunction = this.state.classwiseCloudFunctions[appId][className][0].cloudCodeFunction;
277277

278278
Parse.Cloud.run(cloudCodeFunction, params).then(
279279
result => {

0 commit comments

Comments
 (0)