We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aafc84b commit ec940feCopy full SHA for ec940fe
1 file changed
frontend/web/components/modals/create-feature/index.js
@@ -804,7 +804,7 @@ const Index = class extends Component {
804
this.setState({ segmentsChanged: false })
805
806
if ((is4Eyes || schedule) && isVersioned && !identity) {
807
- return saveFeatureValue()
+ return saveFeatureValue(schedule)
808
} else {
809
this.save(editFeatureSegments, isSaving)
810
}
0 commit comments