Skip to content

Commit 7a27e84

Browse files
committed
fix: bug
1 parent a7ed3e2 commit 7a27e84

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/components/main_core.dart

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,9 +85,9 @@ class _MainCoreState extends State<MainCore>
8585
Tab(text: 'all'),
8686
];
8787
Map<int, TodoType> tabIndexTypeMap = {
88-
0: TodoType.urgent,
88+
0: TodoType.normal,
8989
1: TodoType.important,
90-
2: TodoType.normal
90+
2: TodoType.urgent,
9191
};
9292
void handleAddClick() {
9393
TodoItem item = TodoItem(

0 commit comments

Comments
 (0)