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