fix textarea bug
This commit is contained in:
@@ -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}
|
||||
/>
|
||||
<NoMarginHelperText>{t("settings.announcementDes")}</NoMarginHelperText>
|
||||
</FormControl>
|
||||
|
||||
Reference in New Issue
Block a user