Skip to content

Commit

Permalink
Temporarily disable filterlist funcitonality in CPM (#2680)
Browse files Browse the repository at this point in the history
  • Loading branch information
muodov authored Jan 24, 2025
1 parent 47cbfd4 commit fb61cab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion overrides/macos-override.json
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@
"state": "enabled",
"features": {
"filterlist": {
"state": "enabled"
"state": "disabled"
}
}
},
Expand Down
2 changes: 1 addition & 1 deletion overrides/windows-override.json
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@
"minSupportedVersion": "0.50.0",
"features": {
"filterlist": {
"state": "enabled"
"state": "disabled"
}
}
},
Expand Down

0 comments on commit fb61cab

Please sign in to comment.