fixed sync group draft listing component
This commit is contained in:
+2
-4
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user