@@ -154,7 +154,7 @@ void main() {
154
154
], members: [
155
155
joi,
156
156
andrew
157
- ]).groupByMonth ((la) => la.leave.appliedOn )),
157
+ ]).groupByMonth ((la) => la.leave.startDate )),
158
158
]));
159
159
});
160
160
@@ -197,7 +197,7 @@ void main() {
197
197
], members: [
198
198
joi,
199
199
andrew
200
- ]).groupByMonth ((la) => la.leave.appliedOn )),
200
+ ]).groupByMonth ((la) => la.leave.startDate )),
201
201
AdminLeavesState (
202
202
members: [joi],
203
203
selectedMember: joi,
@@ -210,7 +210,7 @@ void main() {
210
210
], members: [
211
211
joi,
212
212
andrew
213
- ]).groupByMonth ((la) => la.leave.appliedOn ))
213
+ ]).groupByMonth ((la) => la.leave.startDate ))
214
214
]));
215
215
});
216
216
});
@@ -298,7 +298,7 @@ void main() {
298
298
], members: [
299
299
joi,
300
300
andrew
301
- ]).groupByMonth ((la) => la.leave.appliedOn )),
301
+ ]).groupByMonth ((la) => la.leave.startDate )),
302
302
]));
303
303
});
304
304
@@ -322,7 +322,7 @@ void main() {
322
322
], members: [
323
323
joi,
324
324
andrew
325
- ]).groupByMonth ((la) => la.leave.appliedOn )),
325
+ ]).groupByMonth ((la) => la.leave.startDate )),
326
326
AdminLeavesState (
327
327
fetchMoreData: Status .success,
328
328
members: [joi, andrew],
@@ -336,7 +336,7 @@ void main() {
336
336
], members: [
337
337
joi,
338
338
andrew
339
- ]).groupByMonth ((la) => la.leave.appliedOn )),
339
+ ]).groupByMonth ((la) => la.leave.startDate )),
340
340
]));
341
341
});
342
342
@@ -359,7 +359,7 @@ void main() {
359
359
], members: [
360
360
joi,
361
361
andrew
362
- ]).groupByMonth ((la) => la.leave.appliedOn ))));
362
+ ]).groupByMonth ((la) => la.leave.startDate ))));
363
363
});
364
364
});
365
365
});
0 commit comments