mirror of
https://github.com/penpot/penpot.git
synced 2025-06-06 21:41:37 +02:00
🐛 Fix create share link name
This commit is contained in:
parent
9fd36526ef
commit
8a44fb689a
1 changed files with 1 additions and 1 deletions
|
@ -126,7 +126,7 @@
|
|||
(let [params (prepare-params options)
|
||||
params (assoc params :file-id (:id file))]
|
||||
(st/emit! (dc/create-share-link params)
|
||||
(ptk/event ::ev/event {::ev/name "create-shared-link"
|
||||
(ptk/event ::ev/event {::ev/name "create-share-link"
|
||||
::ev/origin "viewer"
|
||||
:can-comment (:who-comment params)
|
||||
:can-inspect-code (:who-inspect params)}))))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue