🐛 Remove change of external URL when changing IP

This commit is contained in:
ajnart
2023-07-21 18:54:51 +09:00
parent a7c1baa2cb
commit 1f2d40d8e2

View File

@@ -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);
}} }}
/> />