fix: show a clear error as to why EFT import fails (#102)

This commit is contained in:
Patric Stout
2024-05-10 23:18:43 +02:00
committed by GitHub
parent a0b573d66c
commit 08fbc19386
2 changed files with 24 additions and 2 deletions

View File

@@ -106,3 +106,8 @@
margin-top: 4px;
width: 300px;
}
.importError {
margin: 5px;
color: #864735;
}