Skip to content

Commit

Permalink
Commit from GitHub Actions (Forui Presubmit)
Browse files Browse the repository at this point in the history
  • Loading branch information
Daviiddoo committed Sep 23, 2024
1 parent ab03921 commit 9197a80
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions forui/lib/src/widgets/line_calendar.dart
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ class FLineCalendar extends StatefulWidget {
..add(DiagnosticsProperty('style', style))
..add(DiagnosticsProperty('epoch', start))
..add(DiagnosticsProperty('today', today));
properties.add(DiagnosticsProperty<ValueNotifier<LocalDate>>('selected', selected));
}
}

Expand Down

0 comments on commit 9197a80

Please sign in to comment.