1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-18 21:35:51 -04:00

Fixed validation that was causing add existing series to fail

This commit is contained in:
Mark McDowall
2014-06-05 23:38:05 -07:00
parent ddbcb883ca
commit 519b6debfb
6 changed files with 48 additions and 33 deletions
+4
View File
@@ -130,4 +130,8 @@ li.add-new:hover {
overflow: auto;
max-height: 300px;
}
.validation-errors {
display: none;
}
}