From ef60677c9892572fd49e52a5ad3c07ded3e59d3c Mon Sep 17 00:00:00 2001 From: Vaibhav Surve Date: Mon, 23 Jun 2025 17:48:49 +0530 Subject: [PATCH] feat: Update default selected range to '15D' in DashboardController --- lib/controller/dashboard/dashboard_controller.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/controller/dashboard/dashboard_controller.dart b/lib/controller/dashboard/dashboard_controller.dart index bf91723..a1f8044 100644 --- a/lib/controller/dashboard/dashboard_controller.dart +++ b/lib/controller/dashboard/dashboard_controller.dart @@ -10,7 +10,7 @@ class DashboardController extends GetxController { final RxList> roleWiseData = >[].obs; final RxBool isLoading = false.obs; - final RxString selectedRange = '7D'.obs; + final RxString selectedRange = '15D'.obs; final RxBool isChartView = true.obs; // Inject the ProjectController