fix: input_select styles in Line channel (#11805)
This commit is contained in:
@@ -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
|
||||||
]
|
]
|
||||||
|
|||||||
@@ -112,7 +112,8 @@ describe Line::SendOnLineService do
|
|||||||
contents: [
|
contents: [
|
||||||
{
|
{
|
||||||
type: 'text',
|
type: 'text',
|
||||||
text: 'test'
|
text: 'test',
|
||||||
|
wrap: true
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
type: 'button',
|
type: 'button',
|
||||||
|
|||||||
Reference in New Issue
Block a user