Skip to content

Commit

Permalink
fix: Cloud sync task regions display
Browse files Browse the repository at this point in the history
  • Loading branch information
feng626 committed Aug 9, 2024
1 parent 607bb47 commit 32cd030
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ export default {
},
{
key: this.$t('Region'),
value: this.object.task?.regions,
value: this.object.task?.regions_display,
formatter(row, value) {
return (<div>{
value?.map((content) => {
Expand Down

0 comments on commit 32cd030

Please sign in to comment.