Skip to content

Commit ef95912

Browse files
committed
Add additional template types
Fixes #2414
1 parent 50aa7e1 commit ef95912

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/views/endpoint/intune/MEMAddPolicyTemplate.jsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,10 @@ const MEMAddPolicyTemplate = () => {
5858
label="Select Policy Type"
5959
placeholder="Select a template type"
6060
values={[
61+
{ label: 'App Protection Policy', value: 'AppProtection' },
6162
{ label: 'Administrative Template', value: 'Admin' },
6263
{ label: 'Settings Catalog', value: 'Catalog' },
64+
{ label: 'Device Compliance Policy', value: 'deviceCompliancePolicies' },
6365
{ label: 'Custom Configuration', value: 'Device' },
6466
]}
6567
validate={required}

0 commit comments

Comments
 (0)