- Simplified the form validation schema to always include an optional amount field, enhancing consistency across payment types. - Updated the custom validation logic to ensure proper handling of required fields based on payment type, improving user experience. - Adjusted the effective amount computation to default to zero when no amount is provided, ensuring accurate state management. These changes streamline the form validation process, making it more intuitive for users while maintaining robust payment handling. |
||
|---|---|---|
| .. | ||
| index.ts | ||
| ReceiveDialog.vue | ||
| SendDialog.vue | ||
| WalletTransactions.vue | ||