mirror of
https://github.com/SyncrowIOT/web.git
synced 2025-07-10 15:17:31 +00:00
push routine name field
This commit is contained in:
@ -45,7 +45,9 @@ class RoutineSearchAndButtons extends StatelessWidget {
|
||||
isRequired: true,
|
||||
width: 450,
|
||||
onChanged: (value) {
|
||||
// context.read<RoutineBloc>().add(SearchRoutines(value));
|
||||
context
|
||||
.read<RoutineBloc>()
|
||||
.add(SetRoutineName(value));
|
||||
},
|
||||
),
|
||||
),
|
||||
|
Reference in New Issue
Block a user