fix overflow in Modal for interfaces lists

This commit is contained in:
Domingo Dirutigliano
2023-09-23 02:29:15 +02:00
parent ae8dbd9423
commit 73297b3804
3 changed files with 6 additions and 2 deletions

View File

@@ -36,7 +36,7 @@ export default function PortAndInterface({ form, int_name, port_name, label }:{
data={ipInterfaces}
searchable
dropdownPosition="bottom"
maxDropdownHeight={100}
maxDropdownHeight={200}
creatable
getCreateLabel={(query) => `+ Use this: ${query}`}
onCreate={(query) => {