fix overflow in Modal for interfaces lists
This commit is contained in:
@@ -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) => {
|
||||
|
||||
Reference in New Issue
Block a user