Skip to content

Commit

Permalink
fix(CreateFeedSource): Initialize autoPublish state (suppress un/cont…
Browse files Browse the repository at this point in the history
…rolled input warning).
  • Loading branch information
binh-dam-ibigroup committed Jan 18, 2022
1 parent 2f30c91 commit fd0f58d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/manager/components/CreateFeedSource.js
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ export default class CreateFeedSource extends Component<Props, State> {
this.setState({
model: {
autoFetchFeed: false,
autoPublish: false,
deployable: false,
fetchFrequency: 'DAYS',
fetchInterval: 1,
Expand Down

0 comments on commit fd0f58d

Please sign in to comment.