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