chore: snapshot local dev updates before merge
This commit is contained in:
@@ -147,7 +147,6 @@ class _AddContactScreenState extends State<AddContactScreen> {
|
||||
void _handleConfirm() {
|
||||
final name = _nameController.text.trim();
|
||||
final email = _emailController.text.trim();
|
||||
final remark = _remarkController.text.trim();
|
||||
|
||||
if (name.isEmpty || email.isEmpty) {
|
||||
ScaffoldMessenger.of(
|
||||
|
||||
Reference in New Issue
Block a user