Skip to content

Commit

Permalink
Add additional template types
Browse files Browse the repository at this point in the history
Fixes #2414
  • Loading branch information
JohnDuprey committed May 14, 2024
1 parent 50aa7e1 commit ef95912
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/views/endpoint/intune/MEMAddPolicyTemplate.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,10 @@ const MEMAddPolicyTemplate = () => {
label="Select Policy Type"
placeholder="Select a template type"
values={[
{ label: 'App Protection Policy', value: 'AppProtection' },
{ label: 'Administrative Template', value: 'Admin' },
{ label: 'Settings Catalog', value: 'Catalog' },
{ label: 'Device Compliance Policy', value: 'deviceCompliancePolicies' },
{ label: 'Custom Configuration', value: 'Device' },
]}
validate={required}
Expand Down

0 comments on commit ef95912

Please sign in to comment.