When converting the Filter Products by Price widget into the Filter by Price block, don't use inline input (https://github.com/woocommerce/woocommerce-blocks/pull/6953)

This commit is contained in:
Albert Juhé Lluveras 2022-08-22 14:29:29 +02:00 committed by GitHub
parent a07cc3c978
commit a362a89524
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@ registerBlockType( metadata, {
'woo-gutenberg-products-block'
),
headingLevel: 3,
inlineInput: true,
inlineInput: false,
} ),
},
],