Skip to content

Commit

Permalink
Merge pull request #888 from CodeForAfrica/fix/codeforafrica
Browse files Browse the repository at this point in the history
@/codeforafrica - fix: Partners form not rendering
  • Loading branch information
m453h authored Sep 12, 2024
2 parents 5b104a1 + 29a164c commit f8463c8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion apps/codeforafrica/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "codeforafrica",
"version": "1.0.55",
"version": "1.0.56",
"private": true,
"author": "Code for Africa <[email protected]>",
"description": "This is the main CFA site.",
Expand Down
2 changes: 1 addition & 1 deletion apps/codeforafrica/src/payload/collections/Partners.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ const Partners = {
name: "description",
required: true,
localized: true,
editor: slateEditor(),
editor: slateEditor({}),
}),
socialLinks({
name: "connect",
Expand Down

0 comments on commit f8463c8

Please sign in to comment.