🐛 Fix resend invitation doesn't reset the expiration date

This commit is contained in:
Pablo Alba 2023-01-27 16:55:08 +01:00
parent 50b7337b8c
commit 6e698110d6
3 changed files with 5 additions and 3 deletions

View file

@ -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