mirror of
https://github.com/penpot/penpot.git
synced 2025-08-07 14:38:33 +02:00
✨ Remove atom wrapping on public-uri
This commit is contained in:
parent
d11b007795
commit
0aefd044dc
14 changed files with 41 additions and 43 deletions
|
@ -6,6 +6,7 @@
|
|||
|
||||
(ns app.main.ui.onboarding.templates
|
||||
(:require
|
||||
[app.common.data.macros :as dm]
|
||||
[app.config :as cf]
|
||||
[app.main.data.dashboard :as dd]
|
||||
[app.main.data.modal :as modal]
|
||||
|
@ -21,7 +22,7 @@
|
|||
(mf/defc template-item
|
||||
[{:keys [name path image project-id]}]
|
||||
(let [downloading? (mf/use-state false)
|
||||
link (str (assoc @cf/public-uri :path path))
|
||||
link (dm/str (assoc cf/public-uri :path path))
|
||||
|
||||
on-finish-import
|
||||
(fn []
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue