Fix user can not reach all warehouses in dropdown (#4131)

This commit is contained in:
Paweł Chyła 2023-08-28 15:42:55 +02:00 committed by GitHub
parent 7d48cded75
commit 93befdf345
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 0 deletions

View file

@ -0,0 +1,5 @@
---
"saleor-dashboard": patch
---
Fix user can not reach all warehouses in dropdown

View file

@ -321,6 +321,8 @@ export const ProductStocks: React.FC<ProductStocksProps> = ({
padding={2}
borderRadius={4}
boxShadow="overlay"
__maxHeight={400}
overflow="auto"
backgroundColor="surfaceNeutralPlain"
>
{warehousesToAssign.map(warehouse => (