We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a21766 commit 5b7f420Copy full SHA for 5b7f420
src/components/feed-sources/feed-source-create.jsx
@@ -11,10 +11,14 @@ function FeedSourceCreate() {
11
const data = {
12
title: "",
13
description: "",
14
- modifiedBy: "",
15
- createdBy: "",
16
- cssStyles: "",
17
- media: [],
+ feedType: "",
+ feedSourceType: "",
+ host: "",
+ token: "",
18
+ baseUrl: "",
19
+ clientId: "",
20
+ clientSecret: "",
21
+ feedSources: "",
22
};
23
24
return <FeedSourceManager saveMethod="POST" initialState={data} />;
0 commit comments