mirror of
https://github.com/penpot/penpot.git
synced 2025-05-11 03:36:37 +02:00
Merge remote-tracking branch 'origin/staging' into develop
This commit is contained in:
commit
ceeed73dea
2 changed files with 7 additions and 7 deletions
|
@ -65,7 +65,7 @@
|
|||
(some? bcc) (assign-recipient :bcc bcc)))
|
||||
|
||||
(defn- assign-from
|
||||
[mmsg {:keys [default-from]} {:keys [from] :as props}]
|
||||
[mmsg {:keys [::default-from] :as cfg} {:keys [from] :as params}]
|
||||
(let [from (or from default-from)]
|
||||
(when from
|
||||
(let [from (parse-address from)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue