refactored code/tests around download tests
This commit is contained in:
parent
6fdb5f4f9f
commit
6cc374865e
5 changed files with 11 additions and 11 deletions
|
@ -43,7 +43,7 @@ module.exports = function(state, emit) {
|
|||
state.downloadCount = value;
|
||||
emit('render');
|
||||
},
|
||||
'expire-after-dl-count-dropdown'
|
||||
'expire-after-dl-count-select'
|
||||
),
|
||||
dlCountSelect
|
||||
);
|
||||
|
@ -70,7 +70,7 @@ module.exports = function(state, emit) {
|
|||
state.timeLimit = value;
|
||||
emit('render');
|
||||
},
|
||||
'expire-after-time-dropdown'
|
||||
'expire-after-time-select'
|
||||
),
|
||||
timeSelect
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue