mirror of
https://github.com/penpot/penpot.git
synced 2025-12-12 06:24:17 +01:00
🐛 Fix import file message does not detect 0 as error
This commit is contained in:
committed by
Alejandro Alonso
parent
a56e7e383f
commit
950d6195f6
@@ -489,7 +489,7 @@
|
||||
|
||||
:else
|
||||
[:& context-notification
|
||||
{:type :success
|
||||
{:type (if (zero? success-num) :warning :success)
|
||||
:content (tr "dashboard.import.import-message" (i18n/c success-num))}]))
|
||||
|
||||
(for [entry entries]
|
||||
|
||||
Reference in New Issue
Block a user