Skip to content

Commit

Permalink
Update pagination-toggle.js
Browse files Browse the repository at this point in the history
Duplicate props removed
  • Loading branch information
gvgvgvijayan authored Dec 6, 2024
1 parent e6f7fe7 commit 2e97aca
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/pagination-toggle.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ export const PaginationToggle = ( { attributes, setAttributes } ) => {

return (
<ToggleControl
__nextHasNoMarginBottom
label={ __( 'Disable pagination', 'advanced-query-loop' ) }
help={ __(
'Disabling pagination will not show any pagination controls on the front end. It can also provide a performance improvement for complicated queries.',
Expand Down

0 comments on commit 2e97aca

Please sign in to comment.