@@ -76,7 +76,7 @@ export default {
|
|||||||
methods: {
|
methods: {
|
||||||
handleSaveGCP() {
|
handleSaveGCP() {
|
||||||
if (this.GCP && this.GCPID === '') {
|
if (this.GCP && this.GCPID === '') {
|
||||||
this.$message.info('Please upload the GCP certificate')
|
this.$message.info(this.$t('reviewers:GCPCertificate:message:uploadValid'))
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -91,7 +91,7 @@ export default {
|
|||||||
this.fileList = []
|
this.fileList = []
|
||||||
}
|
}
|
||||||
this.saveBtnLoading = false
|
this.saveBtnLoading = false
|
||||||
this.$message.success('Saved successfully')
|
this.$message.success(this.$t('common:message:savedSuccessfully'))
|
||||||
}).catch(() => {
|
}).catch(() => {
|
||||||
this.saveBtnLoading = false
|
this.saveBtnLoading = false
|
||||||
})
|
})
|
||||||
|
|||||||
Reference in New Issue
Block a user