Skip to content

Commit

Permalink
chore: update docs to use the correct widget name
Browse files Browse the repository at this point in the history
  • Loading branch information
eirikhaugstulen committed Sep 10, 2024
1 parent f6b7f3d commit 825e155
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/developer/enrollment-plugins/manual-setup.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ You can also have different layouts for the three different enrollment pages.
},
{
"type": "component",
"name": "EnrollmentComment"
"name": "EnrollmentNote"
},
{
"type": "component",
Expand Down Expand Up @@ -188,7 +188,7 @@ You can also have different layouts for the three different enrollment pages.
},
{
"type": "component",
"name": "EventComment"
"name": "EventNote"
},
{
"type": "component",
Expand Down Expand Up @@ -229,8 +229,8 @@ type DefaultComponents = 'QuickActions'
| 'AssigneeWidget'
| 'NewEventWorkspace'
| 'EditEventWorkspace'
| 'EnrollmentComment'
| 'EventComment'
| 'EnrollmentNote'
| 'EventNote'
| 'TrackedEntityRelationship'
| 'ErrorWidget'
| 'WarningWidget'
Expand Down

0 comments on commit 825e155

Please sign in to comment.