Skip to content

Commit

Permalink
Merge pull request #246 from oarepo/custom-fields-not-mandatory-in-fo…
Browse files Browse the repository at this point in the history
…rmconfig

it is not necessary for custom fields to be in form config
  • Loading branch information
mirekys authored Oct 30, 2024
2 parents 145b614 + d65ca04 commit 691942e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ export const BaseFormLayout = ({ formikProps }) => {
id={buildUID(overridableIdPrefix, "CustomFields.container")}
>
<CustomFields
config={customFields.ui}
config={customFields?.ui}
templateLoaders={[
(widget) => import(`@templates/custom_fields/${widget}.js`),
(widget) => import(`react-invenio-forms`),
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = oarepo-ui
version = 5.2.19
version = 5.2.20
description = UI module for invenio 3.5+
long_description = file: README.md
long_description_content_type = text/markdown
Expand Down

0 comments on commit 691942e

Please sign in to comment.