fix: input_select styles in Line channel (#11805)

This commit is contained in:
mix5003 2025-07-02 14:03:29 +07:00 committed by GitHub
parent cdb1dc6714
commit 19d8f6bac5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 2 deletions

View File

@ -73,7 +73,8 @@ class Line::SendOnLineService < Base::SendOnChannelService
contents: [ contents: [
{ {
type: 'text', type: 'text',
text: message.content text: message.content,
wrap: true
}, },
*input_select_to_button *input_select_to_button
] ]

View File

@ -112,7 +112,8 @@ describe Line::SendOnLineService do
contents: [ contents: [
{ {
type: 'text', type: 'text',
text: 'test' text: 'test',
wrap: true
}, },
{ {
type: 'button', type: 'button',