mirror of
https://github.com/ajnart/homarr.git
synced 2025-11-10 15:35:55 +01:00
Integration component styling
This commit is contained in:
@@ -100,10 +100,11 @@ export const IntegrationSelector = ({ form }: IntegrationSelectorProps) => {
|
|||||||
placeholder={t('integration.type.placeholder')}
|
placeholder={t('integration.type.placeholder')}
|
||||||
itemComponent={SelectItemComponent}
|
itemComponent={SelectItemComponent}
|
||||||
data={data}
|
data={data}
|
||||||
maxDropdownHeight={400}
|
maxDropdownHeight={150}
|
||||||
|
dropdownPosition="bottom"
|
||||||
clearable
|
clearable
|
||||||
variant="default"
|
variant="default"
|
||||||
mb="md"
|
searchable
|
||||||
icon={
|
icon={
|
||||||
form.values.integration?.type && (
|
form.values.integration?.type && (
|
||||||
<img
|
<img
|
||||||
|
|||||||
Reference in New Issue
Block a user