mirror of
https://github.com/penpot/penpot.git
synced 2026-08-06 21:08:34 +00:00
🐛 Fix internal server error occurred when user wants to open team settings
This commit is contained in:
parent
f75b111564
commit
6cab413a8f
@ -63,7 +63,7 @@
|
|||||||
[:a {:on-click go-members} (tr "labels.members")]]
|
[:a {:on-click go-members} (tr "labels.members")]]
|
||||||
[:li {:class (when invitations-section? "active")}
|
[:li {:class (when invitations-section? "active")}
|
||||||
[:a {:on-click go-invitations} (tr "labels.invitations")]]
|
[:a {:on-click go-invitations} (tr "labels.invitations")]]
|
||||||
(when (contains? @cfg/flags :webhooks)
|
(when (contains? cfg/flags :webhooks)
|
||||||
[:li {:class (when webhooks-section? "active")}
|
[:li {:class (when webhooks-section? "active")}
|
||||||
[:a {:on-click go-webhooks} (tr "labels.webhooks")]])
|
[:a {:on-click go-webhooks} (tr "labels.webhooks")]])
|
||||||
[:li {:class (when settings-section? "active")}
|
[:li {:class (when settings-section? "active")}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user