Skip to content

Commit

Permalink
Rename richtext to lowercase (#2276)
Browse files Browse the repository at this point in the history
  • Loading branch information
omsaggau authored Nov 24, 2023
1 parent 054b877 commit 78cd3e0
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ export function renderPart(req: XP.Request): XP.Response {
textType: part.config.textType,
}

return r4xpRender('site/parts/richText/RichText', props, req, { hydrate: false })
return r4xpRender('site/parts/richText/richText', props, req, { hydrate: false })
} catch (error) {
return renderError(req, 'Error loading the part', error)
}
Expand Down

0 comments on commit 78cd3e0

Please sign in to comment.