Skip to content

Commit 60c4d87

Browse files
authored
fix: make announcement editor multiline (#16157)
1 parent 5722f9a commit 60c4d87

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
@@ -55,6 +55,7 @@ export const AnnouncementBannerDialog: FC<AnnouncementBannerDialogProps> = ({
5555
helperText: "Markdown bold, italics, and links are supported.",
5656
})}
5757
fullWidth
58+
multiline
5859
inputProps={{
5960
"aria-label": "Message",
6061
placeholder: "Enter a message for the banner",

0 commit comments

Comments
 (0)