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.
1 parent 210d3a6 commit 6699210Copy full SHA for 6699210
docs/_basic/publishing_views.md
@@ -13,7 +13,7 @@ You can subscribe to the <a href="https://api.slack.com/events/app_home_opened">
13
14
```python
15
@app.event("app_home_opened")
16
-def open_modal(client, event, logger):
+def update_home_tab(client, event, logger):
17
try:
18
# Call views.publish with the built-in client
19
client.views_publish(
0 commit comments