Skip to content

Commit

Permalink
Enable EnableDashFixedHeader for production (#1589)
Browse files Browse the repository at this point in the history
  • Loading branch information
flops authored Sep 23, 2024
1 parent f864e86 commit 3ac0b3c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ export default createFeatureConfig({
name: Feature.EnableDashFixedHeader,
state: {
development: true,
production: false,
production: true,
},
});

0 comments on commit 3ac0b3c

Please sign in to comment.