removed unused function.
This commit is contained in:
@@ -38,7 +38,6 @@ class StackRedeployGitFormController {
|
||||
this.onChangeRef = this.onChangeRef.bind(this);
|
||||
this.onChangeAutoUpdate = this.onChangeAutoUpdate.bind(this);
|
||||
this.onChangeEnvVar = this.onChangeEnvVar.bind(this);
|
||||
this.handleEnvVarChange = this.handleEnvVarChange.bind(this);
|
||||
}
|
||||
|
||||
buildAnalyticsProperties() {
|
||||
@@ -143,10 +142,6 @@ class StackRedeployGitFormController {
|
||||
return this.state.inProgress || this.state.redeployInProgress;
|
||||
}
|
||||
|
||||
handleEnvVarChange(value) {
|
||||
this.formValues.Env = value;
|
||||
}
|
||||
|
||||
isAutoUpdateChanged() {
|
||||
const wasEnabled = !!(this.stack.AutoUpdate && (this.stack.AutoUpdate.Interval || this.stack.AutoUpdate.Webhook));
|
||||
const isEnabled = this.formValues.AutoUpdate.RepositoryAutomaticUpdates;
|
||||
|
||||
Reference in New Issue
Block a user