Skip to content

Commit

Permalink
perf: Default endpoint cannot be disabled
Browse files Browse the repository at this point in the history
  • Loading branch information
w940853815 committed Oct 9, 2024
1 parent d1c0aca commit ad42326
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -41,13 +41,17 @@ export default {
},
oracle_port_range: {
disabled: true
},
is_active: {
disabled: this.$route.params.id === '00000000-0000-0000-0000-000000000001'
}
},
hasDetailInMsg: false
}
},
computed: {},
created() {},
created() {
},
methods: {}
}
</script>
Expand Down

0 comments on commit ad42326

Please sign in to comment.