mirror of
https://github.com/penpot/penpot.git
synced 2025-06-05 04:31:38 +02:00
🐛 Fix update library button in libraries modal
This commit is contained in:
parent
337f52e1bf
commit
dbcfb2746f
2 changed files with 225 additions and 221 deletions
|
@ -368,12 +368,12 @@
|
|||
0
|
||||
(count colors)
|
||||
(count typographies))]]
|
||||
[:input {:type "button"
|
||||
:class (stl/css-case :item-update true
|
||||
:disabled updating?)
|
||||
:value (tr "workspace.libraries.update")
|
||||
:data-library-id (dm/str id)
|
||||
:on-click update}]
|
||||
[:button {:type "button"
|
||||
:class (stl/css :item-update)
|
||||
:disabled updating?
|
||||
:data-library-id (dm/str id)
|
||||
:on-click update}
|
||||
(tr "workspace.libraries.update")]
|
||||
|
||||
[:div {:class (stl/css :libraries-updates)}
|
||||
(when-not (empty? components)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue