File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -86,11 +86,11 @@ export default class AnalysisController extends QPController {
86
86
@tracked comment ;
87
87
88
88
get billingTypes ( ) {
89
- return this . store . findAll ( "billing-type" ) ;
89
+ return this . store . peekAll ( "billing-type" ) ;
90
90
}
91
91
92
92
get costCenters ( ) {
93
- return this . store . findAll ( "cost-center" ) ;
93
+ return this . store . peekAll ( "cost-center" ) ;
94
94
}
95
95
96
96
get selectedCustomer ( ) {
Original file line number Diff line number Diff line change @@ -73,11 +73,11 @@ export default class StatisticsController extends QPController {
73
73
}
74
74
75
75
get billingTypes ( ) {
76
- return this . store . findAll ( "billing-type" ) ;
76
+ return this . store . peekAll ( "billing-type" ) ;
77
77
}
78
78
79
79
get costCenters ( ) {
80
- return this . store . findAll ( "cost-center" ) ;
80
+ return this . store . peekAll ( "cost-center" ) ;
81
81
}
82
82
83
83
get selectedCustomer ( ) {
You can’t perform that action at this time.
0 commit comments