Skip to content

Commit

Permalink
resolved the elementImgUrl issue
Browse files Browse the repository at this point in the history
  • Loading branch information
DawoodMehmood committed Nov 25, 2024
1 parent a12d804 commit e1587ef
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -170,9 +170,9 @@ export default function EditClickableDemoStepperItem({
objectId={(space?.name && slugify(space?.name)) || space?.id || 'new-space'}
fileUrl={step.url!}
xPath={step.selector || ''}
elementImgUrl={step.elementImgUrl || ''}
onLoading={setUploadHTMLFileLoading}
setShowModal={setShowElementSelectorModal}
uploadToS3AndReturnScreenshotUrl={uploadToS3AndReturnScreenshotUrl}
stepIndex={stepIndex}
/>
)}
</div>
Expand Down

0 comments on commit e1587ef

Please sign in to comment.