fix: submit data bank account

This commit is contained in:
2024-02-16 16:03:06 +07:00
parent 368f326123
commit 298d7f46d2
3 changed files with 83 additions and 69 deletions

View File

@@ -34,6 +34,7 @@ class SubmissionDataViewModel extends ChangeNotifier {
} else {
//ToDo : Go To next step after completing the submission
}
notifyListeners();
}
}