Skip to content

Commit

Permalink
Update Browser.react.js
Browse files Browse the repository at this point in the history
  • Loading branch information
mtrezza committed Jan 29, 2025
1 parent b1bf4e4 commit 47aa95a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dashboard/Data/Browser/Browser.react.js
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@ class Browser extends DashboardView {
isLoading: true,
});
const params = {
objectId: objectId,
object: Parse.Object.extend(className).createWithoutData(objectId).toPointer(),
};
const options = {
useMasterKey: true,
Expand Down

0 comments on commit 47aa95a

Please sign in to comment.