Skip to content

Commit da83956

Browse files
committed
Added new fields to the save method in FeedSourceManager
1 parent f2c29d2 commit da83956

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

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

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,13 @@ function FeedSourceManager({
108108
title: formStateObject.title,
109109
description: formStateObject.description,
110110
feedType: formStateObject.feedType,
111+
feedSourceType: formStateObject.feedSourceType,
112+
host: formStateObject.host,
113+
token: formStateObject.token,
114+
baseUrl: formStateObject.baseUrl,
115+
clientId: formStateObject.clientId,
116+
clientSecret: formStateObject.clientSecret,
117+
resources: formStateObject.resources,
111118
supportedFeedOutputType: formStateObject.supportedFeedOutputType,
112119
};
113120
if (saveMethod === "POST") {

0 commit comments

Comments
 (0)