mirror of
https://github.com/penpot/penpot.git
synced 2026-03-16 15:36:28 +00:00
🐛 Fix export multiple styles
This commit is contained in:
@@ -76,7 +76,7 @@
|
||||
(cond
|
||||
all-checked? [:span.checked i/checkbox-checked]
|
||||
all-unchecked? [:span.unchecked i/checkbox-unchecked]
|
||||
:else [:span i/checkbox-intermediate])]
|
||||
:else [:span.intermediate i/checkbox-intermediate])]
|
||||
[:div.field.title (tr "dashboard.export-multiple.selected"
|
||||
(c (count enabled-exports))
|
||||
(c (count all-exports)))]]
|
||||
|
||||
Reference in New Issue
Block a user