Skip to content

Commit a4bcabc

Browse files
authored
fix: Info panel Cloud Code call sends objectId instead of Parse.Object (parse-community#2643)
1 parent b1bf4e4 commit a4bcabc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,7 @@ class Browser extends DashboardView {
269269
isLoading: true,
270270
});
271271
const params = {
272-
objectId: objectId,
272+
object: Parse.Object.extend(className).createWithoutData(objectId).toPointer(),
273273
};
274274
const options = {
275275
useMasterKey: true,

0 commit comments

Comments
 (0)