Skip to content

Commit

Permalink
Remove console.error statement in ComposeConfig.vue
Browse files Browse the repository at this point in the history
  • Loading branch information
zhanghengxin committed Apr 2, 2024
1 parent dcb9708 commit 276e94b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion main/src/components/Apps/ComposeConfig.vue
Original file line number Diff line number Diff line change
Expand Up @@ -427,7 +427,6 @@ export default {
this.serviceStableVersion = res.data.data.tag;
})
.catch((e) => {
console.error(e);
this.serviceStableVersion = "";
});
}else{
Expand Down

0 comments on commit 276e94b

Please sign in to comment.