File tree Expand file tree Collapse file tree 1 file changed +0
-9
lines changed
plugins/compare/frontend/public/javascripts Expand file tree Collapse file tree 1 file changed +0
-9
lines changed Original file line number Diff line number Diff line change 136
136
setSelectedApps : function ( context , apps ) {
137
137
context . commit ( 'setSelectedApps' , apps ) ;
138
138
} ,
139
- setSelectedDatePeriod : function ( context , period ) {
140
- context . commit ( 'setSelectedDatePeriod' , period ) ;
141
- } ,
142
139
setSelectedGraphMetric : function ( context , metric ) {
143
140
context . commit ( "setSelectedGraphMetric" , metric ) ;
144
141
} ,
170
167
setAllAppsCompareData : function ( state , value ) {
171
168
state . allAppsCompareData = value ;
172
169
} ,
173
- setSelectedDatePeriod : function ( state , value ) {
174
- state . selectedDatePeriod = value ;
175
- } ,
176
170
setSelectedGraphMetric : function ( state , value ) {
177
171
state . selectedGraphMetric = value ;
178
172
} ,
196
190
allAppsCompareData : function ( _state ) {
197
191
return _state . allAppsCompareData ;
198
192
} ,
199
- selectedDatePeriod : function ( _state ) {
200
- return _state . selectedDatePeriod ;
201
- } ,
202
193
selectedGraphMetric : function ( _state ) {
203
194
return _state . selectedGraphMetric ;
204
195
} ,
You can’t perform that action at this time.
0 commit comments