Remove isExperimental flag from product-query module which is not experimental (https://github.com/woocommerce/woocommerce-blocks/pull/10531)
This commit is contained in:
parent
9168b47f33
commit
ff59efc27f
|
@ -75,9 +75,7 @@ const blocks = {
|
|||
},
|
||||
'product-new': {},
|
||||
'product-on-sale': {},
|
||||
'product-query': {
|
||||
isExperimental: true,
|
||||
},
|
||||
'product-query': {},
|
||||
'product-results-count': {},
|
||||
'product-search': {},
|
||||
'product-tag': {},
|
||||
|
|
Loading…
Reference in New Issue