Skip to content

Commit

Permalink
Fix regression caused in #67667
Browse files Browse the repository at this point in the history
  • Loading branch information
manzoorwanijk committed Dec 10, 2024
1 parent 625a490 commit 9c83f74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core-data/src/private-selectors.ts
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ export function getEntityRecordPermissions(
name: string,
id: string
) {
return getEntityRecordsPermissions( state, kind, name, [ id ] )[ 0 ];
return getEntityRecordsPermissions( state, kind, name, id )[ 0 ];
}

/**
Expand Down

0 comments on commit 9c83f74

Please sign in to comment.