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:
Renato Alcara
2026-02-06 02:19:01 -03:00
committed by GitHub
+1 -1
View File
@@ -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 => ({