From 1f2d40d8e2940e499090de6ddfe78a62f27222a0 Mon Sep 17 00:00:00 2001 From: ajnart Date: Fri, 21 Jul 2023 18:54:51 +0900 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20Remove=20change=20of=20external?= =?UTF-8?q?=20URL=20when=20changing=20IP?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Dashboard/Modals/EditAppModal/Tabs/GeneralTab/GeneralTab.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/components/Dashboard/Modals/EditAppModal/Tabs/GeneralTab/GeneralTab.tsx b/src/components/Dashboard/Modals/EditAppModal/Tabs/GeneralTab/GeneralTab.tsx index 817492858..fd5c2ea05 100644 --- a/src/components/Dashboard/Modals/EditAppModal/Tabs/GeneralTab/GeneralTab.tsx +++ b/src/components/Dashboard/Modals/EditAppModal/Tabs/GeneralTab/GeneralTab.tsx @@ -33,7 +33,6 @@ export const GeneralTab = ({ form, openTab }: GeneralTabProps) => { withAsterisk {...form.getInputProps('url')} onChange={(e) => { - form.setFieldValue('behaviour.externalUrl', e.target.value); form.setFieldValue('url', e.target.value); }} />