We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 332da27 commit 620a7fdCopy full SHA for 620a7fd
1 file changed
client/directives/components/newContainer/forms/configureNewServiceView.jade
@@ -101,7 +101,7 @@ footer.modal-footer.clearfix
101
)
102
span(
103
ng-if = "$root.featureFlags.composeNewService && NCC.state.repo"
104
- ) {{ NCC.getNextStepText() }}
+ ) {{$root.featureFlags.composeEditing ? 'Save Changes' : 'NCC.getNextStepText()'}}
105
106
ng-if = "NCC.state.templateSource"
107
) Add Service
0 commit comments