🐛 Fix unnecessary button

This commit is contained in:
Eva 2023-07-24 08:28:27 +02:00
parent 955bf0ef9e
commit 959e069ea9
2 changed files with 2 additions and 1 deletions

View file

@ -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")