Skip to content

Commit

Permalink
fix: Add empty object in slateEditor causing Partners collection form…
Browse files Browse the repository at this point in the history
… to fail rendering
  • Loading branch information
m453h committed Sep 12, 2024
1 parent 5b104a1 commit 47de555
Showing 1 changed file with 1 addition and 1 deletion.
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 47de555

Please sign in to comment.