浏览代码

[Fix Bug] cannot render corr_vars's valueEnum correctly.

master
YJC 3 年前
父节点
当前提交
b9e07d1626
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      resources/templates/plugin-schema.handlebars.json

+ 1
- 1
resources/templates/plugin-schema.handlebars.json 查看文件

"valueType": "select", "valueType": "select",
"title": "Correlation Variables", "title": "Correlation Variables",
"tooltip": "Which variables do you want to analyze?", "tooltip": "Which variables do you want to analyze?",
"valueEnum": "#{{{tojson columns }}}#",
"valueEnum": "#{{{toselect columns }}}#",
"fieldProps": { "fieldProps": {
"mode": "multiple" "mode": "multiple"
}, },

正在加载...
取消
保存