feat: -60 turnterm 가변턴
This commit is contained in:
+1
-1
@@ -147,7 +147,7 @@ const descriptor: NamedRules<InstallFormType> = {
|
||||
turnterm: {
|
||||
required: true,
|
||||
type: "enum",
|
||||
enum: [1, 2, 5, 10, 20, 30, 60, 120],
|
||||
enum: [1, 2, 5, 10, 20, 30, 60, 120, -60],
|
||||
transform: parseInt,
|
||||
},
|
||||
sync: {
|
||||
|
||||
Reference in New Issue
Block a user