Skip to content

Commit

Permalink
added postback text in list reply
Browse files Browse the repository at this point in the history
  • Loading branch information
mdshamoon committed Aug 30, 2022
1 parent dc137d4 commit fb3576a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ export const ListReplyTemplateDrawer: React.SFC<ListTemplate> = (props) => {
title: option.title,
id: '',
reply: `${option.title} ${index + 1} `,
postbackText: '',
postbackText: option.postbackText ?? '',
description: option.description,
},
context: {
Expand Down

0 comments on commit fb3576a

Please sign in to comment.