fix: input_select styles in Line channel (#11805)
This commit is contained in:
parent
cdb1dc6714
commit
19d8f6bac5
@ -73,7 +73,8 @@ class Line::SendOnLineService < Base::SendOnChannelService
|
||||
contents: [
|
||||
{
|
||||
type: 'text',
|
||||
text: message.content
|
||||
text: message.content,
|
||||
wrap: true
|
||||
},
|
||||
*input_select_to_button
|
||||
]
|
||||
|
||||
@ -112,7 +112,8 @@ describe Line::SendOnLineService do
|
||||
contents: [
|
||||
{
|
||||
type: 'text',
|
||||
text: 'test'
|
||||
text: 'test',
|
||||
wrap: true
|
||||
},
|
||||
{
|
||||
type: 'button',
|
||||
|
||||
Loading…
Reference in New Issue
Block a user