This is an automated email from the ASF dual-hosted git repository.
dengliming 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 37b33054 Fixed [load discovery] not responding issue (#439)
37b33054 is described below
commit 37b330541d199673659560a5ac4720d5c0c69b36
Author: Kerwin Bryant <[email protected]>
AuthorDate: Wed Apr 3 18:54:37 2024 +0800
Fixed [load discovery] not responding issue (#439)
---
src/models/discovery.js | 2 ++
1 file changed, 2 insertions(+)
diff --git a/src/models/discovery.js b/src/models/discovery.js
index 41389ca0..81510c8d 100644
--- a/src/models/discovery.js
+++ b/src/models/discovery.js
@@ -147,6 +147,8 @@ export default {
type: "saveConfig",
payload: data,
});
+ } else {
+ message.warn(json.message);
}
},