mirror of
https://github.com/penpot/penpot.git
synced 2025-06-01 13:31:38 +02:00
🐛 Fix nudge error
This commit is contained in:
parent
4c133ec880
commit
6eb85b2c8c
2 changed files with 3 additions and 1 deletions
|
@ -287,7 +287,8 @@
|
|||
props (-> (audit/extract-utm-params params)
|
||||
(merge (:props params))
|
||||
(merge {:viewed-tutorial? false
|
||||
:viewed-walkthrough? false})
|
||||
:viewed-walkthrough? false
|
||||
:nudge {:big 10 :small 1}})
|
||||
(db/tjson))
|
||||
|
||||
password (if-let [password (:password params)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue