浏览代码

[Fix Bug] sample_id field cannot be set disabled.

tags/v0.1.1
YJC 3 年前
父节点
当前提交
55a62599e8
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      schema.json

+ 1
- 1
schema.json 查看文件

@@ -9,7 +9,7 @@
"question": "How many samples? For auto generating sample id.",
"placeholder": "How many samples? For auto generating sample id.",
"model": "sample_id",
"disabled": true,
"disabled": false,
"min": 1,
"max": 100,
"config": {

正在加载...
取消
保存