Commit 51ff418
authored
Updated automations email modal to stay open on save (#28481)
no ref
#28438 was meant to make it so the
automations email editor would stay open after you saved changes, but
there was still a `closeEmailModal()` in the `onSave` handler.
This fixes that!1 parent 484ce51 commit 51ff418
2 files changed
Lines changed: 3 additions & 3 deletions
File tree
- apps/posts
- src/views/Automations/components/canvas
- test/unit/views/automations
Lines changed: 0 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
498 | 498 | | |
499 | 499 | | |
500 | 500 | | |
501 | | - | |
502 | 501 | | |
503 | 502 | | |
504 | 503 | | |
| |||
Lines changed: 3 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
693 | 693 | | |
694 | 694 | | |
695 | 695 | | |
696 | | - | |
697 | | - | |
| 696 | + | |
| 697 | + | |
| 698 | + | |
698 | 699 | | |
699 | 700 | | |
700 | 701 | | |
| |||
0 commit comments