X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=turbot%2Fblocks.py;h=cdce64a2f99aa3b83aa230418e0338f4589e9211;hb=HEAD;hp=4949420ec5210a4b60d634db1733db6b6f62f254;hpb=ac83e42a735ae1098ebcec783b5f816369eb3917;p=turbot diff --git a/turbot/blocks.py b/turbot/blocks.py index 4949420..cdce64a 100644 --- a/turbot/blocks.py +++ b/turbot/blocks.py @@ -33,6 +33,7 @@ def checkbox_block(label, text, name, checked=False): element = { "type": "checkboxes", + "action_id": name, "options": [ { "value": name,