diff --git a/src/components/AppShelf/AddAppShelfItem.tsx b/src/components/AppShelf/AddAppShelfItem.tsx index d0c0d832a..e603e1ad1 100644 --- a/src/components/AppShelf/AddAppShelfItem.tsx +++ b/src/components/AppShelf/AddAppShelfItem.tsx @@ -8,6 +8,7 @@ import { LoadingOverlay, Modal, MultiSelect, + PasswordInput, Select, Stack, Switch, @@ -289,7 +290,7 @@ export function AddAppShelfItemForm(props: { setOpened: (b: boolean) => void } & }} error={form.errors.username && 'Invalid username'} /> - void } & )} {form.values.type === 'Deluge' && ( <> - void } & }} error={form.errors.username && 'Invalid username'} /> -