fix fcs shipment service
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import 'package:fcs/domain/constants.dart';
|
||||
import 'package:fcs/constants.dart';
|
||||
import 'package:fcs/domain/entities/faq.dart';
|
||||
import 'package:fcs/helpers/theme.dart';
|
||||
import 'package:fcs/pages/faq/model/faq_model.dart';
|
||||
@@ -61,7 +61,7 @@ class _FAQEditorState extends State<FAQEditor> {
|
||||
textInputType: TextInputType.number,
|
||||
autovalidateMode: AutovalidateMode.onUserInteraction,
|
||||
validator: (value) {
|
||||
if (value == null || value.isEmpty || value.length==0) {
|
||||
if (value == null || value.isEmpty || value.length == 0) {
|
||||
return "Please insert S/N";
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user