Skip to content

Commit

Permalink
Merge pull request #4 from codesyntax/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
ionlizarazu authored Jun 10, 2022
2 parents 6b56540 + 9687a1e commit 39232f1
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions src/components/Blocks/FeaturedBlock/FeaturedImageEditor.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -133,10 +133,8 @@ const FeaturedImageEditor = (props) => {
onSelectItem: (_url, element) =>
onChangeBlock(block, {
...data,
image: {
url: element['@id'],
alt: element.title,
},
url: `../resolveuid/${element['UID']}`,
image_alt: element.title,
}),
});
}}
Expand Down

0 comments on commit 39232f1

Please sign in to comment.