Skip to content

Commit

Permalink
Remove optional parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
oandregal committed Nov 13, 2024
1 parent cda6087 commit ccda934
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/fields/src/fields/title/title-view.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,7 @@ const TitleView = ( { item }: { item: BasePost } ) => {
const siteSettings: Settings | undefined = getEntityRecord(
'root',
'site',
'',
undefined
''
);
return {
frontPageId: siteSettings?.page_on_front,
Expand Down

0 comments on commit ccda934

Please sign in to comment.