mirror of
https://github.com/coder/coder.git
synced 2026-09-21 20:51:01 +08:00
fix: make announcement editor multiline (#16157)
This commit is contained in:
+1
@@ -55,6 +55,7 @@ export const AnnouncementBannerDialog: FC<AnnouncementBannerDialogProps> = ({
|
||||
helperText: "Markdown bold, italics, and links are supported.",
|
||||
})}
|
||||
fullWidth
|
||||
multiline
|
||||
inputProps={{
|
||||
"aria-label": "Message",
|
||||
placeholder: "Enter a message for the banner",
|
||||
|
||||
Reference in New Issue
Block a user