Skip to content
Prev Previous commit
Next Next commit
Consume the raw value for editing
Implemented following discussion with @youknowriad
  • Loading branch information
getdave committed May 20, 2022
commit bdcd9e8821ff9d65071d6f28c320b5e2888b3cb6
2 changes: 1 addition & 1 deletion packages/block-library/src/navigation-link/edit.js
Original file line number Diff line number Diff line change
Expand Up @@ -601,7 +601,7 @@ export default function NavigationLinkEdit( {
return {
id: page.id,
type: postType,
title: page.title.rendered,
title: page.title.raw,
url: page.link,
kind: 'post-type',
};
Expand Down