Skip to content

Commit d8dc91f

Browse files
committed
RE1-T112 PR#328 fixes
1 parent 16ee8fc commit d8dc91f

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

Web/Resgrid.Web/Areas/User/Views/WeatherAlerts/Settings.cshtml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -336,9 +336,7 @@
336336
});
337337
}
338338
339-
if (data.Data.ExcludedEvents) {
340-
$('#settingExcludedEvents').val(data.Data.ExcludedEvents);
341-
}
339+
$('#settingExcludedEvents').val(data.Data.ExcludedEvents || '');
342340
}
343341
},
344342
error: function () {

0 commit comments

Comments
 (0)