mirror of
https://github.com/ajnart/homarr.git
synced 2026-05-07 04:37:04 +02:00
fix(widgets): improve integration selection (#3969)
This commit is contained in:
@@ -100,7 +100,7 @@ export const WidgetIntegrationSelect = ({
|
||||
});
|
||||
|
||||
return (
|
||||
<Combobox store={combobox} onOptionSubmit={handleValueSelect} withinPortal={false}>
|
||||
<Combobox store={combobox} onOptionSubmit={handleValueSelect}>
|
||||
<Combobox.DropdownTarget>
|
||||
<PillsInput
|
||||
inputWrapperOrder={["label", "input", "description", "error"]}
|
||||
|
||||
Reference in New Issue
Block a user