mirror of
https://github.com/penpot/penpot.git
synced 2025-07-14 21:57:20 +02:00
🐛 Fix webhooks not shown in list (#6254)
This commit is contained in:
parent
9f8d7c9e41
commit
965d2d4036
3 changed files with 8 additions and 2 deletions
|
@ -199,7 +199,7 @@
|
|||
(ptk/reify ::webhooks-fetched
|
||||
ptk/UpdateEvent
|
||||
(update [_ state]
|
||||
(update-in state [:team-id team-id] assoc :webhooks webhooks))))
|
||||
(update-in state [:teams team-id] assoc :webhooks webhooks))))
|
||||
|
||||
(defn fetch-webhooks
|
||||
[]
|
||||
|
|
|
@ -1045,7 +1045,7 @@
|
|||
(tr "dashboard.your-penpot")
|
||||
(:name team)))))
|
||||
|
||||
(mf/with-effect [team]
|
||||
(mf/with-effect []
|
||||
(st/emit! (dtm/fetch-webhooks)))
|
||||
|
||||
[:*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue