Skip to content

Commit f9c153d

Browse files
committed
fix an input warning
1 parent fa8b6cd commit f9c153d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/features/settings/components/RssSetting.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ export const RssSetting = ({ setSelectedCards }: RssSettingProps) => {
7474
<div className="form">
7575
<input
7676
type="text"
77-
value={rssUrl}
77+
value={rssUrl || ''}
7878
onChange={(e) => setRssUrl(e.target.value)}
7979
placeholder="https://url.com/rss/feed"
8080
/>

0 commit comments

Comments
 (0)