This commit is contained in:
Roy Ho 2023-02-02 09:35:48 -08:00 committed by GitHub
parent f73eba338d
commit 0b28e33b2a
1 changed files with 0 additions and 2 deletions

View File

@ -411,7 +411,6 @@ const PriceSlider = ( {
'woo-gutenberg-products-block'
) }
allowNegative={ false }
isLoading={ isLoading }
isAllowed={ isValidMinValue( {
minConstraint,
minorUnit: currency.minorUnit,
@ -440,7 +439,6 @@ const PriceSlider = ( {
'Filter products by maximum price',
'woo-gutenberg-products-block'
) }
isLoading={ isLoading }
isAllowed={ isValidMaxValue( {
maxConstraint,
minorUnit: currency.minorUnit,