Skip to content
This repository has been archived by the owner on Feb 23, 2024. It is now read-only.

Commit

Permalink
When converting the Filter Products by Price widget into the Filter b…
Browse files Browse the repository at this point in the history
…y Price block, don't use inline input (#6953)
  • Loading branch information
Aljullu authored Aug 22, 2022
1 parent d524f43 commit d8eba08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/js/blocks/price-filter/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ registerBlockType( metadata, {
'woo-gutenberg-products-block'
),
headingLevel: 3,
inlineInput: true,
inlineInput: false,
} ),
},
],
Expand Down

0 comments on commit d8eba08

Please sign in to comment.