feat(option): add new option "CUST" to option lists in JSON
Some checks failed
Spell Check / Spell Check with Typos (push) Failing after 6s
Some checks failed
Spell Check / Spell Check with Typos (push) Failing after 6s
This commit is contained in:
parent
12ec914603
commit
d5d95648b1
1 changed files with 4 additions and 2 deletions
|
|
@ -154,7 +154,8 @@
|
|||
{ "label": "VS2", "value": "VS2" },
|
||||
{ "label": "WO", "value": "WO" },
|
||||
{ "label": "WP390", "value": "WP390" },
|
||||
{ "label": "WP44", "value": "WP44" }
|
||||
{ "label": "WP44", "value": "WP44" },
|
||||
{ "label": "CUST", "value": "CUST" }
|
||||
],
|
||||
|
||||
"prefix": [
|
||||
|
|
@ -1204,7 +1205,8 @@
|
|||
{ "label": "VS2", "value": "VS2" },
|
||||
{ "label": "WO", "value": "WO" },
|
||||
{ "label": "WP390", "value": "WP390" },
|
||||
{ "label": "WP44", "value": "WP44" }
|
||||
{ "label": "WP44", "value": "WP44" },
|
||||
{ "label": "CUST", "value": "CUST" }
|
||||
],
|
||||
|
||||
"prefix": [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue