Skip to content

Commit e188682

Browse files
drewbatgitCopilot
andcommitted
Fix AddTextBox: add missing third arg (title) per API signature
Co-authored-by: Copilot <[email protected]>
1 parent de91233 commit e188682

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

hub/apps/develop/notifications/app-notifications/send-local-toast.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@ var notification = new AppNotificationBuilder()
262262
...
263263

264264
// Text box for replying
265-
.AddTextBox("tbReply", "Type a response")
265+
.AddTextBox("tbReply", "Type a response", "Reply")
266266

267267
// Buttons
268268
.AddButton(new AppNotificationButton("Reply")

0 commit comments

Comments
 (0)