Graceful not found customer identifier handling

This commit is contained in:
2025-06-29 17:31:45 +03:00
parent 9c80c2905d
commit 2f6a88d224
3 changed files with 32 additions and 6 deletions

View File

@@ -24,4 +24,11 @@
border: none;
border-radius: 0.5rem;
cursor: pointer;
}
.notFoundMessage {
color: red;
font-weight: bold;
text-align: center;
margin-top: 1rem;
}