remove default value for handle filter list city by data in url
This commit is contained in:
@@ -48,9 +48,11 @@ function Content({
|
||||
name="city"
|
||||
label="شهر"
|
||||
disabled={
|
||||
!isProvinceInclude ||
|
||||
!provinceSelected ||
|
||||
filteredCities.length === 0
|
||||
isProvinceInclude
|
||||
? !isProvinceInclude ||
|
||||
!provinceSelected ||
|
||||
filteredCities.length === 0
|
||||
: !provinceSelected || filteredCities.length === 0
|
||||
}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user