You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/config/filters.json
+4-6Lines changed: 4 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -228,21 +228,19 @@
228
228
"all": false,
229
229
"range": false,
230
230
"display": "Mapping teams",
231
-
"data_url": "mapping-team",
232
231
"type": "text_comma",
233
-
"description": "Show changesets created by users that are part of a Mapping Team. Start typing to select one or more teams.",
234
-
"placeholder": "Enter mapping teams"
232
+
"description": "Show changesets created by users that are part of a Mapping Team. Type the team name as listed on your Teams page and use tab to confirm or add another team name.",
233
+
"placeholder": "Enter mapping team names"
235
234
},
236
235
{
237
236
"name": "exclude_teams",
238
237
"icontains": false,
239
238
"all": false,
240
239
"range": false,
241
240
"display": "Hide mapping teams",
242
-
"data_url": "mapping-team",
243
241
"type": "text_comma",
244
-
"description": "Exclude changesets created by users that are part of a Mapping Team. Start typing to select one or more teams.",
245
-
"placeholder": "Enter mapping teams"
242
+
"description": "Exclude changesets created by users that are part of a Mapping Team. Type the team name as listed on your Teams page and use tab to confirm or add another team name.",
0 commit comments