🐛 fix(payment): Update payment method update logic to include row data

This commit is contained in:
web@ppanel 2025-03-11 21:15:07 +07:00
parent 710947209a
commit 6752420ba5

View File

@ -149,8 +149,8 @@ export default function PaymentTable() {
setLoading(true);
try {
await updatePaymentMethod({
...row,
...values,
id: row.id,
});
toast.success(t('updateSuccess'));
ref.current?.refresh();