mirror of
https://github.com/penpot/penpot.git
synced 2025-06-06 18:21:40 +02:00
🐛 Properly remove qualified keys on audit/replace-props
This commit is contained in:
parent
02f29ed4d0
commit
6eedb5315b
1 changed files with 6 additions and 6 deletions
|
@ -157,12 +157,12 @@
|
||||||
(:profile-id params)
|
(:profile-id params)
|
||||||
uuid/zero)
|
uuid/zero)
|
||||||
|
|
||||||
props (or (::audit/replace-props resultm)
|
props (-> (or (::audit/replace-props resultm)
|
||||||
(-> params
|
(-> params
|
||||||
(d/without-qualified)
|
(merge (::audit/props resultm))
|
||||||
(merge (::audit/props resultm))
|
(dissoc :profile-id)
|
||||||
(dissoc :profile-id)
|
(dissoc :type)))
|
||||||
(dissoc :type)))
|
(d/without-qualified))
|
||||||
|
|
||||||
event {:type (or (::audit/type resultm)
|
event {:type (or (::audit/type resultm)
|
||||||
(::type cfg))
|
(::type cfg))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue