implement image upload error handling

This commit is contained in:
Jakob Ketterl
2021-04-29 19:07:10 +02:00
parent af553c422d
commit f481c3f8e3
2 changed files with 32 additions and 7 deletions

View File

@ -155,4 +155,8 @@ h1 {
.breadcrumb {
margin-top: .5rem;
}
.imageupload.is-invalid ~ .invalid-feedback {
display: block;
}