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:
parent
a07cc3c978
commit
a362a89524
|
@ -51,7 +51,7 @@ registerBlockType( metadata, {
|
|||
'woo-gutenberg-products-block'
|
||||
),
|
||||
headingLevel: 3,
|
||||
inlineInput: true,
|
||||
inlineInput: false,
|
||||
} ),
|
||||
},
|
||||
],
|
||||
|
|
Loading…
Reference in New Issue