Skip to content

Commit

Permalink
LPS-152858 Use the url in case title is missing (when selecting from …
Browse files Browse the repository at this point in the history
…url)
  • Loading branch information
victorg1991 authored and brianchandotcom committed May 5, 2022
1 parent 34c962c commit cd6d88c
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -86,7 +86,7 @@ export function ImageSelectorField({field, onValueSelect, value = {}}) {
<>
<ImageSelector
fileEntryId={value.fileEntryId}
imageTitle={value.title}
imageTitle={value.title || value.url}
label={field.label}
onClearButtonPressed={() => handleImageChanged({})}
onImageSelected={handleImageChanged}
Expand Down

0 comments on commit cd6d88c

Please sign in to comment.