Skip to content

Commit af0aa65

Browse files
committed
Re-configured the sequence of the priority
1 parent 47d9e56 commit af0aa65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/app/modules/home/controllers/home_controller.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -518,7 +518,7 @@ class HomeController extends GetxController {
518518

519519

520520
];
521-
RxString priority = 'M'.obs;
521+
RxString priority = 'X'.obs;
522522

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

0 commit comments

Comments
 (0)