diff --git a/frontend/src/business/components/track/case/components/TestCaseEdit.vue b/frontend/src/business/components/track/case/components/TestCaseEdit.vue index c45f511b79..2c01db1be1 100644 --- a/frontend/src/business/components/track/case/components/TestCaseEdit.vue +++ b/frontend/src/business/components/track/case/components/TestCaseEdit.vue @@ -156,14 +156,6 @@ - - {{currentValidateName+$t('commons.cannot_be_null')}} - - @@ -1024,6 +1016,8 @@ export default { } } this.isValidate = true; + this.$warning(this.currentValidateName +this.$t('commons.cannot_be_null')); + this.currentValidateName = ''; return false; } });