fix: input_select styles in Line channel (#11805)
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user