minor fixes on status responses

This commit is contained in:
Prince
2026-06-17 21:35:15 +02:00
parent 64eaa38079
commit f3ae5ca791
3 changed files with 8 additions and 9 deletions

View File

@@ -245,7 +245,7 @@ class _BatchCreateScreenState extends State<BatchCreateScreen> {
Row(
children: [
Expanded(
flex: 2,
flex: 1,
child: TextFormField(
controller: _amountController,
readOnly: providerController
@@ -279,6 +279,7 @@ class _BatchCreateScreenState extends State<BatchCreateScreen> {
),
const SizedBox(width: 12),
Expanded(
flex: 1,
child: TextFormField(
controller: _debitPhoneController,
keyboardType: TextInputType.phone,