Updated on 2026-08-14
This commit is contained in:
parent
0f003aafcc
commit
c8efa7cba3
1 changed files with 1 additions and 1 deletions
|
|
@ -161,7 +161,7 @@ class JsonToBlockConverter : Converter<PersonalizeConfig, List<Block>> {
|
|||
}
|
||||
|
||||
private fun createBlock(id: Id): ListItemBlock {
|
||||
return ListItemBlock(id).apply { createItem(this, id) }
|
||||
return ListItemBlock(id).apply { addItem(TextItem(id)) }
|
||||
}
|
||||
|
||||
private fun addPayload(block: Block, from: PersonalizeConfig) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue