Skip to content

Commit

Permalink
hide contacts from list
Browse files Browse the repository at this point in the history
STTNHUB-282
  • Loading branch information
petrjasek committed Nov 1, 2023
1 parent bb17895 commit 0096b72
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion server/data/ui_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@
},
{
"_id": "agenda",
"init_version": 2,
"init_version": 3,
"subnav": {
"filters": [
"item_type",
Expand All @@ -105,6 +105,9 @@
"list": {
"subject": {
"scheme": ["stturgency"]
},
"contacts": {
"displayed": false
}
}
}
Expand Down

0 comments on commit 0096b72

Please sign in to comment.