Skip to content

Commit

Permalink
fix: change max length to 200
Browse files Browse the repository at this point in the history
  • Loading branch information
Расул authored and Расул committed Oct 3, 2023
1 parent 44d0982 commit 81429d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/AddNodeModal/RSSFeed/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export const RSSFeed = () => (
<TextInput
id="cy-rss-feed-id"
label="RSS feed"
maxLength={50}
maxLength={200}
message={message}
name="source"
placeholder="Type RSS link here..."
Expand Down

0 comments on commit 81429d0

Please sign in to comment.