Skip to content

Commit fd0f58d

Browse files
fix(CreateFeedSource): Initialize autoPublish state (suppress un/controlled input warning).
1 parent 2f30c91 commit fd0f58d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/manager/components/CreateFeedSource.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ export default class CreateFeedSource extends Component<Props, State> {
7373
this.setState({
7474
model: {
7575
autoFetchFeed: false,
76+
autoPublish: false,
7677
deployable: false,
7778
fetchFrequency: 'DAYS',
7879
fetchInterval: 1,

0 commit comments

Comments
 (0)