mirror of
https://github.com/ajnart/homarr.git
synced 2025-11-10 23:45:48 +01:00
🐛 Fix bug with Space in add item modal
This commit is contained in:
@@ -411,6 +411,7 @@ export function AddAppShelfItemForm(props: AddAppShelfItemFormProps) {
|
|||||||
</Stack>
|
</Stack>
|
||||||
</Tabs.Panel>
|
</Tabs.Panel>
|
||||||
<Tabs.Panel value="Advanced Options">
|
<Tabs.Panel value="Advanced Options">
|
||||||
|
<Space h="sm" />
|
||||||
<Stack>
|
<Stack>
|
||||||
<Switch
|
<Switch
|
||||||
label={t('modal.tabs.advancedOptions.form.ping.label')}
|
label={t('modal.tabs.advancedOptions.form.ping.label')}
|
||||||
|
|||||||
Reference in New Issue
Block a user