Skip to content

Commit

Permalink
Merge pull request #1886 from AbdulWahab3181/fix-edit-node-lable-plac…
Browse files Browse the repository at this point in the history
…eholder

The label and placeholder value of "Image_url" should be "Image Url" instead, just like "Node Name"
  • Loading branch information
Rassl authored Jul 23, 2024
2 parents 75d93f5 + 12413b5 commit 58defaf
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -68,13 +68,13 @@ export const TitleEditor = () => {
marginBottom: 8,
}}
>
image_url
Image Url
</LabelText>
<TextInput
id="cy-image_url"
maxLength={500}
name="image_url"
placeholder="image_url"
placeholder="Image url"
rules={{
pattern: {
message: 'Please enter a valid URL',
Expand Down

0 comments on commit 58defaf

Please sign in to comment.