From 2c782f6b4168afabb64feba40ac0c076ef30e2c0 Mon Sep 17 00:00:00 2001 From: MHSanaei Date: Sat, 23 May 2026 16:15:10 +0200 Subject: [PATCH] fix(inbounds): step Total Flow input by 1 GB instead of 0.1 Matches the same nudge fix applied to the client form's Total Sent/Received field. --- frontend/src/pages/inbounds/InboundFormModal.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/pages/inbounds/InboundFormModal.tsx b/frontend/src/pages/inbounds/InboundFormModal.tsx index b75c0413..2eaaa852 100644 --- a/frontend/src/pages/inbounds/InboundFormModal.tsx +++ b/frontend/src/pages/inbounds/InboundFormModal.tsx @@ -966,7 +966,7 @@ export default function InboundFormModal({ { form.total = NumberFormatter.toFixed((Number(v) || 0) * SizeFormatter.ONE_GB, 0); refresh();