mirror of
https://github.com/penpot/penpot.git
synced 2025-08-03 01:28:36 +02:00
🐛 Fix resend invitation doesn't reset the expiration date
This commit is contained in:
parent
50b7337b8c
commit
6e698110d6
3 changed files with 5 additions and 3 deletions
|
@ -460,7 +460,8 @@
|
|||
(mf/use-fn
|
||||
(fn []
|
||||
(st/emit! (msg/success (tr "notifications.invitation-email-sent"))
|
||||
(modal/hide))))
|
||||
(modal/hide)
|
||||
(dd/fetch-team-invitations))))
|
||||
|
||||
on-copy-success
|
||||
(mf/use-fn
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue