Merge pull request #13578 from marshmalien/constructed-inv-search-option

[constructed-inventory] Add "constructed" option to search columns
This commit is contained in:
Marliana Lara
2023-02-16 13:05:22 -05:00
committed by GitHub

View File

@@ -195,6 +195,7 @@ function InventoryList() {
options: [ options: [
['', t`Inventory`], ['', t`Inventory`],
['smart', t`Smart Inventory`], ['smart', t`Smart Inventory`],
['constructed', t`Constructed Inventory`],
], ],
}, },
{ {