Adopt page filter added

This commit is contained in:
augmentedpotato
2026-04-12 13:44:48 -06:00
committed by Harkamal Randhawa
parent fba042d2b9
commit de5bbbf3f7
8 changed files with 197 additions and 37 deletions

View File

@@ -56,7 +56,7 @@ export default function DisplayNav() {
value={selectedStoreId ?? ""}
onChange={(e) => setStoreId(e.target.value || null)}
>
<option value="">Select Store</option>
<option value="">All Stores</option>
{stores.map((s) => (
<option key={s.storeId} value={s.storeId}>
{s.storeName}