0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-04-06 12:01:19 -05:00

🐛 Hide invitation modal on success.

This commit is contained in:
Andrey Antukh 2021-01-20 13:10:30 +01:00 committed by Hirunatan
parent d7a5cddcb3
commit 5d67a6f427

View file

@ -92,7 +92,9 @@
on-success
(mf/use-callback
(mf/deps team)
(st/emitf (dm/success "Invitation sent successfully")))
(st/emitf (dm/success "Invitation sent successfully")
(modal/hide)))
on-submit
(mf/use-callback