fix: removed useless dependencies
This commit is contained in:
parent
981dce5bfe
commit
48bcf0b1f8
10 changed files with 5 additions and 37 deletions
|
|
@ -154,7 +154,6 @@ class _OwnerPopupState extends State<OwnerPopup> {
|
|||
if (showNewOwner) {
|
||||
if (_formKey.currentState!.validate()) {
|
||||
_formKey.currentState!.save();
|
||||
debugPrint("\n\n\n\n(1) SENDING REQUEST\n\n\n\n");
|
||||
await widget.viewModel.addOwner(
|
||||
firstName!,
|
||||
lastName!,
|
||||
|
|
|
|||
Reference in a new issue