Skip to content

Commit

Permalink
Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
davisagli committed Oct 20, 2023
1 parent 64a509b commit 0567858
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,6 @@ class IFoundationSponsor(Schema):
country = schema.Choice(
title=_PMF("Country", default="Country"),
vocabulary="ploneorg.vocabulary.countries",
default="USA",
required=True,
)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* - added boolean field validation
*/
import { map, uniq, keys, intersection, isEmpty } from 'lodash';
import { messages } from '../MessageLabels/MessageLabels';
import { messages } from '@plone/volto/helpers/MessageLabels/MessageLabels';
import config from '@plone/volto/registry';
import { toast } from 'react-toastify';
import Toast from '@plone/volto/components/manage/Toast/Toast';
Expand Down

0 comments on commit 0567858

Please sign in to comment.