Skip to content

Commit

Permalink
extend front container show/hide switch and reassin owner (#27645)
Browse files Browse the repository at this point in the history
  • Loading branch information
cemms1 authored Dec 2, 2024
1 parent 2c96f12 commit 5a5dcc1
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 5a5dcc1

Please sign in to comment.