operation reference not mandatory
All checks were successful
Build and Release FLUX (Multi-Platform) / build-android (push) Successful in 1m57s
Build and Release FLUX (Multi-Platform) / build-web (push) Successful in 1m14s
Build and Release FLUX (Multi-Platform) / build-windows (push) Successful in 8m52s

This commit is contained in:
2026-06-02 13:28:24 +02:00
parent 3210b4fcfa
commit 8ad2b7cf7e
2 changed files with 1 additions and 3 deletions

View File

@@ -400,8 +400,6 @@ class _OperationFormScreenState extends State<OperationFormScreen> {
labelText: 'Riferimento (es. Telefono, Targa...)',
prefixIcon: Icon(Icons.tag),
),
validator: (v) =>
v == null || v.isEmpty ? 'Inserisci un riferimento' : null,
),
],
);