Remove isExperimental flag from product-query module which is not experimental (https://github.com/woocommerce/woocommerce-blocks/pull/10531)

This commit is contained in:
Karol Manijak 2023-11-24 08:36:30 +01:00 committed by GitHub
parent 9168b47f33
commit ff59efc27f
1 changed files with 1 additions and 3 deletions

View File

@ -75,9 +75,7 @@ const blocks = {
},
'product-new': {},
'product-on-sale': {},
'product-query': {
isExperimental: true,
},
'product-query': {},
'product-results-count': {},
'product-search': {},
'product-tag': {},