Skip to content

Commit

Permalink
Re-configured the sequence of the priority
Browse files Browse the repository at this point in the history
  • Loading branch information
arjav1528 committed Jan 9, 2025
1 parent 47d9e56 commit af0aa65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/app/modules/home/controllers/home_controller.dart
Original file line number Diff line number Diff line change
Expand Up @@ -518,7 +518,7 @@ class HomeController extends GetxController {


];
RxString priority = 'M'.obs;
RxString priority = 'X'.obs;

final tagcontroller = TextEditingController();
RxList<String> tags = <String>[].obs;
Expand Down

0 comments on commit af0aa65

Please sign in to comment.