aboutsummaryrefslogtreecommitdiff
path: root/src/Enmarcha.Backend/ViewModels
diff options
context:
space:
mode:
Diffstat (limited to 'src/Enmarcha.Backend/ViewModels')
-rw-r--r--src/Enmarcha.Backend/ViewModels/AlertFormViewModel.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Enmarcha.Backend/ViewModels/AlertFormViewModel.cs b/src/Enmarcha.Backend/ViewModels/AlertFormViewModel.cs
index e1e068e..6514a5a 100644
--- a/src/Enmarcha.Backend/ViewModels/AlertFormViewModel.cs
+++ b/src/Enmarcha.Backend/ViewModels/AlertFormViewModel.cs
@@ -17,7 +17,7 @@ public class AlertFormViewModel
[Display(Name = "Selectores (uno por línea)")]
public string SelectorsRaw { get; set; } = "";
- [Display(Name = "URLs de información (una por línea)")]
+ [Display(Name = "URLs de información (una por línea)"), Required(AllowEmptyStrings = true)]
public string InfoUrlsRaw { get; set; } = "";
[Display(Name = "Causa")]