This is an automated email from the ASF dual-hosted git repository.
liuhongyu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/shenyu-dashboard.git
The following commit(s) were added to refs/heads/master by this push:
new 8fe6399c update type to discoveryType (#555)
8fe6399c is described below
commit 8fe6399ca4e17e5b14929ff6d213def7b569b3f9
Author: VampireAchao <[email protected]>
AuthorDate: Wed Oct 29 19:37:48 2025 +0800
update type to discoveryType (#555)
---
src/routes/Plugin/Common/index.js | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/routes/Plugin/Common/index.js
b/src/routes/Plugin/Common/index.js
index 9f5601de..9266f85d 100755
--- a/src/routes/Plugin/Common/index.js
+++ b/src/routes/Plugin/Common/index.js
@@ -528,8 +528,8 @@ export default class Common extends Component {
? selector.discoveryVO.props
: "{}",
discoveryType:
- selector.discoveryVO && selector.discoveryVO.type
- ? selector.discoveryVO.type
+ selector.discoveryVO && selector.discoveryVO.discoveryType
+ ? selector.discoveryVO.discoveryType
: "local",
serverList:
selector.discoveryVO && selector.discoveryVO.serverList