@using MongoDB.Bson; @using Insight.Infrastructure.Entities; Create Job @if (_model is not null) { @* @foreach (ScheduleMode state in Enum.GetValues(typeof(ScheduleMode))) { @state } *@ Cancel Create } @code { private bool _visible; }