Skip to content

Commit

Permalink
Merge pull request #97 from gvgvgvijayan/patch-2
Browse files Browse the repository at this point in the history
Remove duplicate props __nextHasNoMarginBottom
  • Loading branch information
ryanwelcher authored Dec 18, 2024
2 parents e6f7fe7 + 3589ac4 commit 0624eb8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/post-order-controls.js
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,6 @@ export const PostOrderControls = ( { attributes, setAttributes } ) => {
__nextHasNoMarginBottom
/>
<ToggleControl
__nextHasNoMarginBottom
label={ __( 'Ascending Order', 'advanced-query-loop' ) }
checked={ order === 'asc' }
onChange={ () => {
Expand Down

0 comments on commit 0624eb8

Please sign in to comment.