From d12b36d8dc45c9abde4f40ef8c6b707e30fe46ef Mon Sep 17 00:00:00 2001 From: hamid zarghami Date: Mon, 29 Jun 2026 10:09:38 +0330 Subject: [PATCH] Add domain --- src/pages/settings/GeneralSettings.tsx | 12 ++++++++++++ src/pages/settings/types/Types.ts | 1 + 2 files changed, 13 insertions(+) diff --git a/src/pages/settings/GeneralSettings.tsx b/src/pages/settings/GeneralSettings.tsx index 8766f54..821ac85 100644 --- a/src/pages/settings/GeneralSettings.tsx +++ b/src/pages/settings/GeneralSettings.tsx @@ -57,6 +57,7 @@ const GeneralSettings: FC = () => { logo: "", serviceArea: undefined, establishedYear: undefined, + domain: "", }, validationSchema, onSubmit: (values) => { @@ -114,6 +115,7 @@ const GeneralSettings: FC = () => { logo: restaurantData.logo || "", serviceArea: restaurantData.serviceArea || undefined, establishedYear: restaurantData.establishedYear ?? undefined, + domain: restaurantData.domain || "", }); } // eslint-disable-next-line react-hooks/exhaustive-deps @@ -131,6 +133,16 @@ const GeneralSettings: FC = () => {
تنظیمات عمومی
+
+ +