File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
frontend/express/public/javascripts/countly/vue/templates Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -89,8 +89,8 @@ <h3>{{title}}</h3>
8989 < div class ="cly-vue-drawer__buttons is-multi-step is-single-step bu-is-justify-content-flex-end bu-is-flex " v-if ="isMultiStep ">
9090 < el-button :data-test-id ="testId + '-cancel-button' " type ="secondary " @click ="doClose " size ="small " v-if ="currentStepIndex === 0 && hasCancelButton " :disabled ="isSubmitPending "> {{cancelButtonLabel}}</ el-button >
9191 < el-button :data-test-id ="testId + '-previous-step-button' " type ="secondary " @click ="prevStep " size ="small " v-if ="currentStepIndex > 0 " :disabled ="isSubmitPending "> {{i18n('common.drawer.previous-step')}}</ el-button >
92- < el-button :data-test-id ="testId + '-next-step-button' " type ="success " @click ="nextStep " size ="small " v-if ="!isLastStep " :class ="{'is-disabled':!isCurrentStepValid} " :disabled ="isSubmitPending "> {{i18n('common.drawer.next-step')}}</ el-button >
93- < el-button :data-test-id ="testId + '-save-button' " type ="success " @click ="submit " :loading ="isSubmitPending " size ="small " v-if ="isLastStep " :class ="{'is-disabled':!isSubmissionAllowed} " :disabled ="isSubmitPending "> {{saveButtonLabel}}</ el-button >
92+ < el-button :data-test-id ="testId + '-next-step-button' " type ="success " :key =" isLastStep " @click ="nextStep " size ="small " v-if ="!isLastStep " :class ="{'is-disabled':!isCurrentStepValid} " :disabled ="isSubmitPending "> {{i18n('common.drawer.next-step')}}</ el-button >
93+ < el-button :data-test-id ="testId + '-save-button' " type ="success " :key =" isLastStep " @click ="submit " :loading ="isSubmitPending " size ="small " v-if ="isLastStep " :class ="{'is-disabled':!isSubmissionAllowed} " :disabled ="isSubmitPending "> {{saveButtonLabel}}</ el-button >
9494 </ div >
9595 < div class ="cly-vue-drawer__buttons is-single-step is-single-step bu-is-justify-content-flex-end bu-is-flex " v-if ="!isMultiStep ">
9696 < el-button :data-test-id ="testId + '-cancel-button' " type ="secondary " @click ="doClose " size ="small " v-if ="hasCancelButton " :disabled ="isSubmitPending "> {{cancelButtonLabel}}</ el-button >
You can’t perform that action at this time.
0 commit comments