@@ -305,6 +517,7 @@ export const GroupSeatingCard = ({ setIsRemovalModalOpen(true)} > diff --git a/apps/console/app/routes/__layout/billing/groups/$groupID.tsx b/apps/console/app/routes/__layout/billing/groups/$groupID.tsx index 2000cde4e8..d6a884a157 100644 --- a/apps/console/app/routes/__layout/billing/groups/$groupID.tsx +++ b/apps/console/app/routes/__layout/billing/groups/$groupID.tsx @@ -357,6 +357,21 @@ export default () => { } ) }} + removalFn={(quantity) => { + submit( + { + payload: JSON.stringify({ + quantity: quantity, + customerID: paymentData?.customerID, + txType: 'remove', + txTarget: TxTarget.GroupSeats, + }), + }, + { + method: 'post', + } + ) + }} /> )}