Skip to content

Commit

Permalink
fix(categoryOptionGroups): add custom attributesection to group/group…
Browse files Browse the repository at this point in the history
…set [skip release] (#459)
  • Loading branch information
Birkbjo authored Dec 5, 2024
1 parent bb3baee commit 5c853bc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ import { RadioFieldFF, CheckboxFieldFF } from '@dhis2/ui'
import React from 'react'
import { Field } from 'react-final-form'
import {
CustomAttributesSection,
DefaultIdentifiableFields,
DescriptionField,
HorizontalFieldGroup,
Expand Down Expand Up @@ -112,6 +113,7 @@ function CategoryOptionGroupSetFormFields() {
</StandardFormField>
</StandardFormField>
</StandardFormSection>
<CustomAttributesSection schemaSection={section} />
</>
)
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ import { RadioFieldFF, CheckboxFieldFF } from '@dhis2/ui'
import React from 'react'
import { Field } from 'react-final-form'
import {
CustomAttributesSection,
DefaultIdentifiableFields,
DescriptionField,
HorizontalFieldGroup,
Expand Down Expand Up @@ -110,6 +111,7 @@ function CategoryOptionGroupFormFields() {
/>
</StandardFormField>
</StandardFormField>
<CustomAttributesSection schemaSection={section} />
</StandardFormSection>
</>
)
Expand Down

0 comments on commit 5c853bc

Please sign in to comment.