feat: Update default selected range to '15D' in DashboardController
This commit is contained in:
parent
e71e4d633a
commit
ef60677c98
@ -10,7 +10,7 @@ class DashboardController extends GetxController {
|
||||
final RxList<Map<String, dynamic>> roleWiseData =
|
||||
<Map<String, dynamic>>[].obs;
|
||||
final RxBool isLoading = false.obs;
|
||||
final RxString selectedRange = '7D'.obs;
|
||||
final RxString selectedRange = '15D'.obs;
|
||||
final RxBool isChartView = true.obs;
|
||||
|
||||
// Inject the ProjectController
|
||||
|
Loading…
x
Reference in New Issue
Block a user