Skip to content

Commit 600ef52

Browse files
committed
Remove unused addedField from Intune templates config
Deleted the 'addedField' property from the ListIntuneTemplates-tag-autcomplete API config in standards.json to clean up unused configuration.
1 parent b0c87ea commit 600ef52

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

src/data/standards.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5056,10 +5056,7 @@
50565056
"queryKey": "ListIntuneTemplates-tag-autcomplete",
50575057
"url": "/api/ListIntuneTemplates?mode=Tag",
50585058
"labelField": "label",
5059-
"valueField": "value",
5060-
"addedField": {
5061-
"templates": "templates"
5062-
}
5059+
"valueField": "value"
50635060
}
50645061
},
50655062
{

0 commit comments

Comments
 (0)