fix(list-message): use SINGLE_SELECT instead of PRODUCT_LIST
fix(list-message): use SINGLE_SELECT instead of PRODUCT_LIST
This commit is contained in:
@@ -1020,7 +1020,7 @@ export const generateListMessageLegacy = (
|
||||
description,
|
||||
buttonText,
|
||||
footerText: footer,
|
||||
listType: WAProto.Message.ListMessage.ListType.PRODUCT_LIST,
|
||||
listType: WAProto.Message.ListMessage.ListType.SINGLE_SELECT,
|
||||
sections: listInfo.sections.map(section => ({
|
||||
title: section.title,
|
||||
rows: section.rows.map(row => ({
|
||||
|
||||
Reference in New Issue
Block a user