Skip to content

Commit

Permalink
wip - failing cypress test
Browse files Browse the repository at this point in the history
  • Loading branch information
zhodges-nimble committed Oct 3, 2024
1 parent 5a48fc5 commit 57886a6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ public class OfstedInspectionTask

public bool? SharedOutcomeWithTrust { get; set; }

public YesNoNotApplicable InspectionConditionsMet { get; set; }
public YesNoNotApplicable? InspectionConditionsMet { get; set; }

public bool? ProposedToOpenOnGias { get; set; }

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ public class EditOfstedPreRegistrationAfterTaskModel(
public bool? SharedOutcomeWithTrust { get; set; }

[BindProperty(Name = "inspection-conditions-met")]
public YesNoNotApplicable InspectionConditionsMet { get; set; }
public YesNoNotApplicable? InspectionConditionsMet { get; set; }

[BindProperty(Name = "proposed-to-open-on-gias")]
public bool? ProposedToOpenOnGias { get; set; }
Expand Down

0 comments on commit 57886a6

Please sign in to comment.