fix bugs for passo navigation screen

feature/passo/PASSO-#1-Sync-data-from-device-to-postgre-and-vice-versa
PGAN-MIS 2023-09-01 13:56:34 +08:00
parent 09b4071ae2
commit f109fa3b2a
1 changed files with 3 additions and 1 deletions

View File

@ -646,7 +646,9 @@ class _DashBoardState extends State<DashBoard> {
title: e.object.name == 'Real Property' title: e.object.name == 'Real Property'
? "Field Surveyor" ? "Field Surveyor"
: e.object.name!, : e.object.name!,
ontap: () {}) ontap: () {
Navigator.pushNamed(context, '/passo-home');
})
: Container( : Container(
color: Colors.black, color: Colors.black,
)); ));