Skip to content

Commit

Permalink
Merge pull request #1747 from glific/interactive-typo-fix
Browse files Browse the repository at this point in the history
Fixed issue with wrong spelling for messages
  • Loading branch information
mdshamoon authored Nov 11, 2021
2 parents b4ea2fd + f1203c4 commit baf4301
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ export const InteractiveMessageList: React.SFC<InteractiveMessageListProps> = ()
pageLink="interactive-message"
listIcon={interactiveMsgIcon}
dialogMessage={dialogMessage}
noItemText="interactive messages"
noItemText="interactive message"
{...queries}
removeSortBy={['TYPE', 'MESSAGE']}
{...columnAttributes}
Expand Down

0 comments on commit baf4301

Please sign in to comment.