fixed sync group draft listing component

This commit is contained in:
2026-01-24 14:24:34 -07:00
parent 70eeead0c2
commit 7d37fae332
@@ -40,8 +40,7 @@
platform: event.target.value.replace(/-[^ ]*/, ""), platform: event.target.value.replace(/-[^ ]*/, ""),
"shop-id": event.target.value.replace(/[^ ]*-/, "") "shop-id": event.target.value.replace(/[^ ]*-/, "")
}' }'
hx-target="#accounts-acct-id-inventory-sync-groups-draft-table" hx-swap="none"
hx-swap="outerHTML"
_=" _="
on change on change
send resetListing() to closest <tr/> send resetListing() to closest <tr/>
@@ -88,8 +87,7 @@
hx-vals='js:{ hx-vals='js:{
"listing-id": event.target.value, "listing-id": event.target.value,
}' }'
hx-target="#accounts-acct-id-inventory-sync-groups-draft-table" hx-swap="none"
hx-swap="outerHTML"
_=" _="
on input on input