Skip to content

Commit

Permalink
Use snake-case naming for additionalParams payload
Browse files Browse the repository at this point in the history
  • Loading branch information
i-am-chitti committed Mar 1, 2024
1 parent 96888c0 commit caa2b2f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion assets/dist/blocks.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion assets/src/components/post-relationship-control/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ function PostRelationshipControl( props ) {
post_status: postStatus,
search: query,
filter,
additionalParams,
additional_params: additionalParams,
},
method: 'post',
} ).then( ( results ) => resolve( results ) );
Expand Down

0 comments on commit caa2b2f

Please sign in to comment.