mirror of
https://github.com/penpot/penpot.git
synced 2025-05-29 20:46:10 +02:00
⏪ Fix shared libraries placehoder
This commit is contained in:
parent
42dd38b4ee
commit
6f415cc046
7 changed files with 34 additions and 9 deletions
|
@ -273,12 +273,12 @@
|
|||
:key (:id item)
|
||||
:navigate? true
|
||||
:origin origin}])]
|
||||
|
||||
:else
|
||||
[:& empty-placeholder {:default? (:is-default project)
|
||||
:on-create-clicked on-create-clicked
|
||||
:project project
|
||||
:limit limit}])]))
|
||||
:limit limit
|
||||
:origin origin}])]))
|
||||
|
||||
(mf/defc line-grid-row
|
||||
[{:keys [files selected-files dragging? limit] :as props}]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue