Skip to content

Commit 2864b69

Browse files
committed
fix: make announcement editor multiline (#16157)
1 parent 680d31b commit 2864b69

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

site/src/pages/DeploymentSettingsPage/AppearanceSettingsPage/AnnouncementBannerDialog.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ export const AnnouncementBannerDialog: FC<AnnouncementBannerDialogProps> = ({
5858
helperText: "Markdown bold, italics, and links are supported.",
5959
})}
6060
fullWidth
61+
multiline
6162
inputProps={{
6263
"aria-label": "Message",
6364
placeholder: "Enter a message for the banner",

0 commit comments

Comments
 (0)