We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 447e130 + 94d0bb8 commit 3573d52Copy full SHA for 3573d52
app/lib/slack_client/views/puzzle_form.rb
@@ -27,7 +27,7 @@ def create
27
end
28
29
30
- Slack::BlockKit.modal blocks: blocks, external_id: "puzzle_form", title: "Suggest a Puzzle" do |modal|
+ Slack::BlockKit.modal blocks: blocks, external_id: "puzzle_form__#{SecureRandom.hex(6)}", title: "Suggest a Puzzle" do |modal|
31
modal.submit text: "Submit"
32
modal.close text: "Close"
33
end.as_json
0 commit comments