Skip to content

Commit

Permalink
feat(input): fixed edit node label and placeholder values
Browse files Browse the repository at this point in the history
  • Loading branch information
AbdulWahab3181 committed Jul 10, 2024
1 parent dc96154 commit 12413b5
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 12413b5

Please sign in to comment.