Skip to content

Commit

Permalink
data
Browse files Browse the repository at this point in the history
  • Loading branch information
wjrcode committed Oct 6, 2022
1 parent d87af8e commit 05476fd
Show file tree
Hide file tree
Showing 3 changed files with 179 additions and 218 deletions.
6 changes: 4 additions & 2 deletions lib/components/dialogs/habitos/habitoCadastroDialog.dart
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,10 @@ Future<dynamic> criarHabito(BuildContext context,
),
),
SelectData(
controller: habitoController.controllerDataehora,
onSaved: habitoController.habitoDataehora),
controller: habitoController.controllerDataehora,
onSaved: habitoController.habitoDataehora,
apenasHora: true,
),
SelectDia(
dia: habitoController.habitoDias,
diaAtual: habito?.dias ??
Expand Down
Loading

0 comments on commit 05476fd

Please sign in to comment.