From d8eba08ed53787caf00a071a08a4023b6c89b5cb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Albert=20Juh=C3=A9=20Lluveras?= Date: Mon, 22 Aug 2022 14:29:29 +0200 Subject: [PATCH] When converting the Filter Products by Price widget into the Filter by Price block, don't use inline input (#6953) --- assets/js/blocks/price-filter/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/js/blocks/price-filter/index.tsx b/assets/js/blocks/price-filter/index.tsx index b8e5ded64db..744d6f68875 100644 --- a/assets/js/blocks/price-filter/index.tsx +++ b/assets/js/blocks/price-filter/index.tsx @@ -51,7 +51,7 @@ registerBlockType( metadata, { 'woo-gutenberg-products-block' ), headingLevel: 3, - inlineInput: true, + inlineInput: false, } ), }, ],