fixed quota_min
This commit is contained in:
parent
4f61deff95
commit
261438b509
|
@ -329,7 +329,7 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "quota_min",
|
"name": "quota_min",
|
||||||
"path": "$._theDocument.quotaMax",
|
"path": "$._theDocument.quotaMin",
|
||||||
"type": "TEXT"
|
"type": "TEXT"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|
|
@ -329,7 +329,7 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "quota_min",
|
"name": "quota_min",
|
||||||
"path": "$._theDocument.quotaMax",
|
"path": "$._theDocument.quotaMin",
|
||||||
"type": "TEXT"
|
"type": "TEXT"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|
Loading…
Reference in New Issue