mirror of
https://github.com/SyncrowIOT/web.git
synced 2025-07-10 15:17:31 +00:00
user_invite
This commit is contained in:
@ -95,9 +95,7 @@ class HomeBloc extends Bloc<HomeEvent, HomeState> {
|
||||
title: 'Move in',
|
||||
icon: Assets.moveinIcon,
|
||||
active: true,
|
||||
onPress: (context) {
|
||||
context.go(RoutesConst.rolesAndPermissions);
|
||||
},
|
||||
onPress: (context) {},
|
||||
color: ColorsManager.primaryColor,
|
||||
),
|
||||
HomeItemModel(
|
||||
|
Reference in New Issue
Block a user