mirror of
https://github.com/hexastack/hexabot
synced 2025-03-10 06:10:18 +00:00
Merge pull request #33 from yassine-sallemi/fix/list-block-error
Fix: Add List Block
This commit is contained in:
commit
6903b65cc7
@ -122,7 +122,7 @@ export const LIST_BLOCK_TEMPLATE: Partial<IBlockAttributes> = {
|
||||
},
|
||||
effects: [],
|
||||
},
|
||||
message: { elements: [] } as unknown as StdOutgoingListMessage,
|
||||
message: { elements: true } as unknown as StdOutgoingListMessage,
|
||||
starts_conversation: false,
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user