Skip to content

Commit

Permalink
🎨 Cleanup leftovers from product feature
Browse files Browse the repository at this point in the history
* Added missing prop type for new form field
* Extended list of field names contained in optional settings
  fieldset
  • Loading branch information
sergei-maertens committed Nov 22, 2024
1 parent c5dcdcf commit 7ba5eca
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,12 @@ const OptionalOptionsFieldset = ({confidentialityLevelChoices}) => {
defaultMessage="Optional ZGW configuration"
/>
}
fieldNames={['organisatieRsin']}
fieldNames={[
'organisatieRsin',
'zaakVertrouwelijkheidaanduiding',
'medewerkerRoltype',
'productUrl',
]}
>
<div className="description">
<FormattedMessage
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ ZGWOptionsForm.propTypes = {
organisatieRsin: PropTypes.string,
zaakVertrouwelijkheidaanduiding: PropTypes.string,
medewerkerRoltype: PropTypes.string,
productUrl: PropTypes.string,
propertyMappings: PropTypes.arrayOf(
PropTypes.shape({
componentKey: PropTypes.string,
Expand Down

0 comments on commit 7ba5eca

Please sign in to comment.