fix bugs for passo navigation screen
parent
09b4071ae2
commit
f109fa3b2a
|
@ -646,7 +646,9 @@ class _DashBoardState extends State<DashBoard> {
|
|||
title: e.object.name == 'Real Property'
|
||||
? "Field Surveyor"
|
||||
: e.object.name!,
|
||||
ontap: () {})
|
||||
ontap: () {
|
||||
Navigator.pushNamed(context, '/passo-home');
|
||||
})
|
||||
: Container(
|
||||
color: Colors.black,
|
||||
));
|
||||
|
|
Loading…
Reference in New Issue