check
This commit is contained in:
@@ -93,10 +93,8 @@ class _CustomerCaptureSheetState extends ConsumerState<_CustomerCaptureSheet> {
|
||||
/// step.
|
||||
Future<void> _save() async {
|
||||
if (!_complete) {
|
||||
setState(
|
||||
() => _error = 'Enter all '
|
||||
'${AppConstants.mobileNumberLength} digits of the mobile number.',
|
||||
);
|
||||
setState(() => _error = 'Enter all '
|
||||
'${AppConstants.mobileNumberLength} digits of the mobile number.');
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user