Skip to content

Commit f2c29d2

Browse files
committed
Renamed calendar feed type key in FeedSourceCreate
1 parent 0a107ea commit f2c29d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/feed-sources/feed-source-create.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ function FeedSourceCreate() {
1818
baseUrl: "",
1919
clientId: "",
2020
clientSecret: "",
21-
feedSources: "",
21+
resources: "",
2222
};
2323

2424
return <FeedSourceManager saveMethod="POST" initialState={data} />;

0 commit comments

Comments
 (0)