This commit is contained in:
you 2024-07-11 22:57:31 +03:00
parent 50c161aca8
commit 3edbd93224
2 changed files with 1 additions and 1 deletions

Binary file not shown.

View File

@ -112,7 +112,7 @@
const result = await makePost(
"admin/changeDispute",
{
action: 2,
action: selectedDispute.order_status === "8" ? 4:2,
order_id: selectedDispute.order_id,
dispute_uuid: selectedDispute.dispute_uuid
},