This is an automated email from the ASF dual-hosted git repository.
menghaoran pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/shardingsphere-ui.git
The following commit(s) were added to refs/heads/master by this push:
new 796a172 Fixes scaling page error (#20)
796a172 is described below
commit 796a172d391f2f5c5fed2f6a8afc53213f3208a4
Author: Haoran Meng <[email protected]>
AuthorDate: Mon Sep 21 15:10:16 2020 +0800
Fixes scaling page error (#20)
---
shardingsphere-ui-frontend/src/views/data-scaling/module/index.vue | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/shardingsphere-ui-frontend/src/views/data-scaling/module/index.vue
b/shardingsphere-ui-frontend/src/views/data-scaling/module/index.vue
index 1f7e077..6573c90 100644
--- a/shardingsphere-ui-frontend/src/views/data-scaling/module/index.vue
+++ b/shardingsphere-ui-frontend/src/views/data-scaling/module/index.vue
@@ -492,7 +492,7 @@ export default {
},
computed: {
textareaDatasourceCom() {
- const DS_SCHEMA = yaml.Schema.create()
+ const DS_SCHEMA = yaml.Schema.create([])
return JSON.stringify(
yaml.load(this.textareaDatasource, { schema: DS_SCHEMA }),
null,