Boolean template was crashing in prod, made it non-nullable and now it works
This commit is contained in:
@@ -2,7 +2,6 @@
|
||||
@using LeafWeb.Core.Entities
|
||||
@using LeafWeb.WebCms.Utility
|
||||
@model QueueViewModel
|
||||
|
||||
@{
|
||||
Html.RequiresJs("~/scripts/Queue.js");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user