diff --git a/src/component/Admin/Settings/SiteInformation/SiteInformation.tsx b/src/component/Admin/Settings/SiteInformation/SiteInformation.tsx index dbf1ba0..3ea6ce2 100755 --- a/src/component/Admin/Settings/SiteInformation/SiteInformation.tsx +++ b/src/component/Admin/Settings/SiteInformation/SiteInformation.tsx @@ -85,7 +85,7 @@ const SiteInformation = () => { rows={4} value={values.announcement || ""} onChange={(e) => setSettings({ announcement: e.target.value })} - disabled={!isTrueVal(values.announcement_enabled)} + disabled={false} /> {t("settings.announcementDes")}