Skip to content

Commit

Permalink
Merge pull request #48 from KelvinTegelaar/dev
Browse files Browse the repository at this point in the history
[pull] dev from KelvinTegelaar:dev
  • Loading branch information
pull[bot] authored Jan 27, 2025
2 parents a72d756 + 5d24b34 commit 1ab322f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/data/alerts.json
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@
"recommendedRunInterval": "30d"
},
{
"name": "AppCertificateExpiry ",
"name": "AppCertificateExpiry",
"label": "Alert on expiring application certificates",
"recommendedRunInterval": "1d"
},
Expand Down
4 changes: 2 additions & 2 deletions src/pages/tenant/gdap-management/invites/add.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,12 @@ const Page = () => {

const createCippDefaults = ApiPostCall({
urlFromData: true,
relatedQueryKeys: ["ListGDAPRoleTemplatesAutocomplete"],
relatedQueryKeys: ["ListGDAPRoleTemplatesAutocomplete", "ListGDAPRoleTemplates"],
});

const templateList = ApiGetCall({
url: "/api/ExecGDAPRoleTemplate",
queryKey: "ListGDAPRoleTemplatesAutocomplete",
queryKey: "ListGDAPRoleTemplates",
});
const selectedTemplate = useWatch({ control: formControl.control, name: "roleMappings" });

Expand Down

0 comments on commit 1ab322f

Please sign in to comment.