Skip to content

Commit

Permalink
Update monthly_ledger_report.dart
Browse files Browse the repository at this point in the history
  • Loading branch information
mukund-egov authored Oct 14, 2024
1 parent 5af662d commit a56eb86
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ class _MonthlyLedgerReportState extends State<MonthlyLedgerReport>
SizedBox(
width: 10,
),
TextButton.icon(
TextButton.icon(
onPressed: () {
if (reportProvider.selectedBillPeriod == null) {
Notifiers.getToastMessage(
Expand Down

0 comments on commit a56eb86

Please sign in to comment.