fix: flow on scan + owners managment
This commit is contained in:
parent
70146055df
commit
86094b5d76
10 changed files with 283 additions and 130 deletions
|
|
@ -41,7 +41,7 @@ class _OwnerPopupState extends State<OwnerPopup> {
|
|||
),
|
||||
),
|
||||
SizedBox(height: 5),
|
||||
(showNewOwner)
|
||||
(showNewOwner || widget.viewModel.owners!.isEmpty)
|
||||
? SizedBox()
|
||||
: DropdownMenu<Owner>(
|
||||
enableFilter: true,
|
||||
|
|
|
|||
Reference in a new issue