Skip to content

Commit 5b7f420

Browse files
committed
Updated initial data object in FeedSourceCreate
1 parent 0a21766 commit 5b7f420

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

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

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,14 @@ function FeedSourceCreate() {
1111
const data = {
1212
title: "",
1313
description: "",
14-
modifiedBy: "",
15-
createdBy: "",
16-
cssStyles: "",
17-
media: [],
14+
feedType: "",
15+
feedSourceType: "",
16+
host: "",
17+
token: "",
18+
baseUrl: "",
19+
clientId: "",
20+
clientSecret: "",
21+
feedSources: "",
1822
};
1923

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

0 commit comments

Comments
 (0)