diff options
Diffstat (limited to 'iridescence/src/components/InventorySearch.vue')
-rw-r--r-- | iridescence/src/components/InventorySearch.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/iridescence/src/components/InventorySearch.vue b/iridescence/src/components/InventorySearch.vue index 320a774..0e5b88f 100644 --- a/iridescence/src/components/InventorySearch.vue +++ b/iridescence/src/components/InventorySearch.vue @@ -14,7 +14,7 @@ <div class="control"> <div class="select is-primary is-medium"> <select> - <option></option> + <option>Sort by Age (Oldest to Newest)</option> <option>Sort by Name</option> <option>Sort by Price (Low to High)</option> <option>Sort by Price (High to Low)</option> |