Skip to content

Commit

Permalink
form tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnDuprey committed Feb 28, 2025
1 parent 2998a81 commit 4e0242c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/components/CippStandards/CippStandardAccordion.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ const CippAddedComponent = React.memo(({ standardName, component, formControl })
label: tz.timezone,
value: tz.timezone,
}));
updatedComponent.multiple = false;
} else {
updatedComponent.type = component.type;
}
Expand Down
1 change: 1 addition & 0 deletions src/pages/cipp/settings/partner-webhooks.js
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,7 @@ const Page = () => {
title={pageTitle}
hideBackButton={true}
hidePageType={true}
allowResubmit={true}
formControl={formControl}
resetForm={false}
postUrl="/api/ExecPartnerWebhook?Action=CreateSubscription"
Expand Down

0 comments on commit 4e0242c

Please sign in to comment.