fix(widgets): improve integration selection (#3969)
This commit is contained in:
@@ -100,7 +100,7 @@ export const WidgetIntegrationSelect = ({
|
|||||||
});
|
});
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<Combobox store={combobox} onOptionSubmit={handleValueSelect} withinPortal={false}>
|
<Combobox store={combobox} onOptionSubmit={handleValueSelect}>
|
||||||
<Combobox.DropdownTarget>
|
<Combobox.DropdownTarget>
|
||||||
<PillsInput
|
<PillsInput
|
||||||
inputWrapperOrder={["label", "input", "description", "error"]}
|
inputWrapperOrder={["label", "input", "description", "error"]}
|
||||||
|
|||||||
Reference in New Issue
Block a user