operation reference not mandatory
This commit is contained in:
@@ -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,
|
||||
),
|
||||
],
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user