]> git.cworth.org Git - turbot/blobdiff - turbot/blocks.py
Implement update of puzzle when edit_puzzle dialog is submitted
[turbot] / turbot / blocks.py
index 4949420ec5210a4b60d634db1733db6b6f62f254..cdce64a2f99aa3b83aa230418e0338f4589e9211 100644 (file)
@@ -33,6 +33,7 @@ def checkbox_block(label, text, name, checked=False):
 
     element = {
         "type": "checkboxes",
+        "action_id": name,
         "options": [
             {
                 "value": name,