Remove unneeded isloading attribute (https://github.com/woocommerce/woocommerce-blocks/pull/8340)
This commit is contained in:
parent
f73eba338d
commit
0b28e33b2a
|
@ -411,7 +411,6 @@ const PriceSlider = ( {
|
||||||
'woo-gutenberg-products-block'
|
'woo-gutenberg-products-block'
|
||||||
) }
|
) }
|
||||||
allowNegative={ false }
|
allowNegative={ false }
|
||||||
isLoading={ isLoading }
|
|
||||||
isAllowed={ isValidMinValue( {
|
isAllowed={ isValidMinValue( {
|
||||||
minConstraint,
|
minConstraint,
|
||||||
minorUnit: currency.minorUnit,
|
minorUnit: currency.minorUnit,
|
||||||
|
@ -440,7 +439,6 @@ const PriceSlider = ( {
|
||||||
'Filter products by maximum price',
|
'Filter products by maximum price',
|
||||||
'woo-gutenberg-products-block'
|
'woo-gutenberg-products-block'
|
||||||
) }
|
) }
|
||||||
isLoading={ isLoading }
|
|
||||||
isAllowed={ isValidMaxValue( {
|
isAllowed={ isValidMaxValue( {
|
||||||
maxConstraint,
|
maxConstraint,
|
||||||
minorUnit: currency.minorUnit,
|
minorUnit: currency.minorUnit,
|
||||||
|
|
Loading…
Reference in New Issue