mirror of
https://github.com/crawlab-team/crawlab.git
synced 2026-01-25 17:42:25 +01:00
fixed translation issue
This commit is contained in:
@@ -688,7 +688,7 @@
|
||||
ids: this.selectedSchedules.map(d => d._id)
|
||||
})
|
||||
if (!res.data.error) {
|
||||
this.$message.success('Deleted successfully')
|
||||
this.$message.success(this.$t('Deleted successfully'))
|
||||
this.$refs['table'].clearSelection()
|
||||
await this.$store.dispatch('schedule/getScheduleList')
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user