Skip to content

Commit

Permalink
fix offboarding job
Browse files Browse the repository at this point in the history
nest actions in postExecution object
  • Loading branch information
JohnDuprey committed Feb 25, 2025
1 parent 3a1c0b4 commit e2548ce
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/components/CippWizard/CippWizardOffboarding.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -292,18 +292,18 @@ export const CippWizardOffboarding = (props) => {
<Grid item xs={12} sm={6}>
<Typography variant="subtitle2">Send results to:</Typography>
<CippFormComponent
name="webhook"
name="postExecution.webhook"
label="Webhook"
type="switch"
formControl={formControl}
/>
<CippFormComponent
name="email"
name="postExecution.email"
label="E-mail"
type="switch"
formControl={formControl}
/>
<CippFormComponent name="psa" label="PSA" type="switch" formControl={formControl} />
<CippFormComponent name="postExecution.psa" label="PSA" type="switch" formControl={formControl} />
</Grid>
</CippFormCondition>
</Grid>
Expand Down

0 comments on commit e2548ce

Please sign in to comment.