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:
parent
d7a5cddcb3
commit
5d67a6f427
1 changed files with 3 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue