mirror of
https://github.com/penpot/penpot.git
synced 2025-05-19 00:36:11 +02:00
🐛 Fix sending invitation to existing members
This commit is contained in:
parent
1f9e7f2ae8
commit
4313c45870
2 changed files with 10 additions and 2 deletions
|
@ -177,7 +177,9 @@
|
|||
:on-submit on-submit}]]
|
||||
|
||||
[:div.action-buttons
|
||||
[:& fm/submit-button {:label (tr "modals.invite-member-confirm.accept")}]]]]))
|
||||
[:& fm/submit-button {:label (tr "modals.invite-member-confirm.accept")
|
||||
:disabled (and (boolean (some current-data-emails current-members-emails))
|
||||
(empty? (remove current-members-emails current-data-emails)))}]]]]))
|
||||
|
||||
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
||||
;; MEMBERS SECTION
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue