mirror of
https://github.com/penpot/penpot.git
synced 2025-06-10 06:32:15 +02:00
✨ Expose component properties in components
This commit is contained in:
parent
1794859468
commit
7fd223893b
4 changed files with 116 additions and 4 deletions
|
@ -205,7 +205,7 @@
|
|||
(createShapeFromSvg
|
||||
[_ svg-string]
|
||||
(cond
|
||||
(not (string? svg-string))
|
||||
(or (not (string? svg-string)) (empty? svg-string))
|
||||
(u/display-not-valid :createShapeFromSvg svg-string)
|
||||
|
||||
:else
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue