Skip to content

Commit

Permalink
Merge branch 'main' into change-editions-crosswords-query
Browse files Browse the repository at this point in the history
  • Loading branch information
JamieB-gu authored Dec 2, 2024
2 parents e49805b + 5a5dcc1 commit 2b418ae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions common/app/conf/switches/FeatureSwitches.scala
Original file line number Diff line number Diff line change
Expand Up @@ -567,9 +567,9 @@ trait FeatureSwitches {
group = SwitchGroup.Feature,
name = "disable-front-container-show-hide",
description = "For users with no currently hidden containers on a front, removes the ability to hide containers",
owners = Seq(Owner.withGithub("cemms1")),
owners = Seq(Owner.withEmail("[email protected]")),
safeState = On,
sellByDate = LocalDate.of(2024, 11, 29),
sellByDate = LocalDate.of(2025, 2, 4),
exposeClientSide = true,
highImpact = false,
)
Expand Down

0 comments on commit 2b418ae

Please sign in to comment.