mirror of
https://github.com/SyncrowIOT/web.git
synced 2025-07-10 07:07:19 +00:00
Bug fixes
This commit is contained in:
@ -162,10 +162,10 @@ class SaveRoutineHelper {
|
||||
.read<RoutineBloc>()
|
||||
.add(const CreateSceneEvent());
|
||||
}
|
||||
if (context.read<RoutineBloc>().state.errorMessage ==
|
||||
null) {
|
||||
Navigator.pop(context, true);
|
||||
}
|
||||
}
|
||||
if (context.read<RoutineBloc>().state.errorMessage ==
|
||||
null) {
|
||||
Navigator.pop(context, true);
|
||||
}
|
||||
},
|
||||
isConfirmEnabled: true,
|
||||
|
@ -92,7 +92,7 @@ class Condition {
|
||||
return {
|
||||
'code': code,
|
||||
'entityId': entityId,
|
||||
'entityType': entityType,
|
||||
'entityType': 'device_report',
|
||||
'expr': expr.toMap(),
|
||||
};
|
||||
}
|
||||
|
Reference in New Issue
Block a user