mirror of
https://github.com/penpot/penpot.git
synced 2025-06-05 17:41:38 +02:00
🐛 Fix unnecessary button
This commit is contained in:
parent
955bf0ef9e
commit
959e069ea9
2 changed files with 2 additions and 1 deletions
|
@ -400,7 +400,7 @@
|
|||
|
||||
[:div.modal-footer
|
||||
[:div.action-buttons
|
||||
(when (or (= :analyzing (:status @state)) pending-import?)
|
||||
(when (= :analyzing (:status @state))
|
||||
[:input.cancel-button
|
||||
{:type "button"
|
||||
:value (tr "labels.cancel")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue