Skip to content

Commit

Permalink
fix: change max length to 200 (#470)
Browse files Browse the repository at this point in the history
Co-authored-by: Расул <rasul@MacBook-Air.local>
  • Loading branch information
Rassl and Расул authored Oct 3, 2023
1 parent 44d0982 commit c63a2e0
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 c63a2e0

Please sign in to comment.