mirror of
https://github.com/penpot/penpot.git
synced 2025-05-15 00:26:37 +02:00
🚧 More work on data validation.
This commit is contained in:
parent
faf7877d00
commit
b1459f85cd
11 changed files with 136 additions and 150 deletions
|
@ -67,7 +67,7 @@
|
|||
(add-watch html-history/path ::main #(on-navigate router %4))
|
||||
|
||||
(when (:auth storage)
|
||||
(st/emit! (udu/fetch-profile)))
|
||||
(st/emit! udu/fetch-profile))
|
||||
|
||||
(mf/mount (mf/element ui/app) (dom/get-element "app"))
|
||||
(mf/mount (lightbox) (dom/get-element "lightbox"))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue