Skip to content

Commit

Permalink
Bump angular versions to match
Browse files Browse the repository at this point in the history
  • Loading branch information
randywoods1 committed Nov 8, 2024
1 parent 1156450 commit c45c292
Show file tree
Hide file tree
Showing 4 changed files with 1,148 additions and 1,025 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1320,7 +1320,7 @@ public void SetDefaultTargetLevels(int assessmentId, string modelName)
}

//Set the default level for CMMC to 1 (the minimum level)
if (modelName == "CMMC")
if (modelName == "CMMC" || modelName == "CMMC2F")
{
_context.ASSESSMENT_SELECTED_LEVELS.Add(new ASSESSMENT_SELECTED_LEVELS()
{
Expand Down
Loading

0 comments on commit c45c292

Please sign in to comment.