mirror of
https://github.com/ajnart/homarr.git
synced 2025-11-15 09:46:19 +01:00
Merge pull request #1196 from ajnart/1165-typing-anything-in-internal-address-overwrites-the-external-address
🐛 Remove change of external URL when changing IP
This commit is contained in:
@@ -33,7 +33,6 @@ export const GeneralTab = ({ form, openTab }: GeneralTabProps) => {
|
|||||||
withAsterisk
|
withAsterisk
|
||||||
{...form.getInputProps('url')}
|
{...form.getInputProps('url')}
|
||||||
onChange={(e) => {
|
onChange={(e) => {
|
||||||
form.setFieldValue('behaviour.externalUrl', e.target.value);
|
|
||||||
form.setFieldValue('url', e.target.value);
|
form.setFieldValue('url', e.target.value);
|
||||||
}}
|
}}
|
||||||
/>
|
/>
|
||||||
|
|||||||
Reference in New Issue
Block a user