Skip to content

Commit

Permalink
Fix parameter value
Browse files Browse the repository at this point in the history
  • Loading branch information
iansvo committed Dec 2, 2024
1 parent d9f5a74 commit d713ecd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/blocks/query/query-parameters.js
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ export default applyFilters( 'generateblocks.editor.query.query-parameters', [
selectOptions: [
{ value: 'id', label: 'Id' },
{ value: 'title', label: 'Title' },
{ value: 'slug', label: 'Slug' },
{ value: 'name', label: 'Slug' },
{ value: 'author', label: 'Author' },
{ value: 'date', label: 'Date' },
{ value: 'modified', label: 'Last modified date' },
Expand Down

0 comments on commit d713ecd

Please sign in to comment.