mirror of
https://github.com/SyncrowIOT/web.git
synced 2025-07-10 07:07:19 +00:00
bugfix/ range index errorof automations in routines.
This commit is contained in:
@ -183,7 +183,7 @@ class _FetchRoutineScenesState extends State<FetchRoutineScenesAutomation>
|
|||||||
state.automations[index].id,
|
state.automations[index].id,
|
||||||
cardType: 'automations',
|
cardType: 'automations',
|
||||||
spaceName:
|
spaceName:
|
||||||
state.scenes[index].spaceName,
|
state.automations[index].spaceName,
|
||||||
onTap: () {
|
onTap: () {
|
||||||
BlocProvider.of<RoutineBloc>(context)
|
BlocProvider.of<RoutineBloc>(context)
|
||||||
.add(
|
.add(
|
||||||
|
Reference in New Issue
Block a user