File tree 1 file changed +8
-8
lines changed
1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -161,23 +161,23 @@ function initVueComponents(app) {
161
161
return {
162
162
checked : false ,
163
163
indeterminate : false
164
- }
164
+ } ;
165
165
case 'archived' :
166
166
return {
167
167
checked : true ,
168
168
indeterminate : false
169
- }
169
+ } ;
170
170
case 'both' :
171
171
return {
172
172
checked : false ,
173
173
indeterminate : true
174
- }
174
+ } ;
175
175
default :
176
176
this . archivedFilter = 'unarchived' ;
177
177
return {
178
178
checked : false ,
179
179
indeterminate : true
180
- }
180
+ } ;
181
181
}
182
182
} ,
183
183
@@ -187,23 +187,23 @@ function initVueComponents(app) {
187
187
return {
188
188
checked : false ,
189
189
indeterminate : false
190
- }
190
+ } ;
191
191
case 'private' :
192
192
return {
193
193
checked : true ,
194
194
indeterminate : false
195
- }
195
+ } ;
196
196
case 'both' :
197
197
return {
198
198
checked : false ,
199
199
indeterminate : true
200
- }
200
+ } ;
201
201
default :
202
202
this . privateFilter = 'both' ;
203
203
return {
204
204
checked : false ,
205
205
indeterminate : true
206
- }
206
+ } ;
207
207
}
208
208
} ,
209
209
You can’t perform that action at this time.
0 commit comments