Skip to content

Commit

Permalink
fix: field error message
Browse files Browse the repository at this point in the history
  • Loading branch information
marcolink committed May 14, 2024
1 parent 9a2eb23 commit ec31777
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/locations/Field.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ const Field = () => {

return (
<Note variant={'negative'} title={'Not configured'}>
This app requires a field of type <strong>Link</strong> to an <strong>Asset</strong> with the id <code>image</code> to be
This app requires a field of type <strong>Link</strong> to an <strong>Asset</strong> with the id <code>{parameters.sourceImageFieldId}</code> to be
present on the <a href={contentTypeLink} target={'_blank'}>content type</a>.
Ideally, the field is restricted to only allow image assets.
</Note>
Expand Down

0 comments on commit ec31777

Please sign in to comment.