Set the time limit in state so that fileManager can get to it.
This commit is contained in:
parent
5ec2486c57
commit
a181bb3509
|
@ -17,6 +17,7 @@ export default function options(state, emit) {
|
||||||
state.passwordDoesNotMatchError = false;
|
state.passwordDoesNotMatchError = false;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
state.timeLimit = parseInt(event.target.maxTime);
|
||||||
emit('upload', {
|
emit('upload', {
|
||||||
type: 'click',
|
type: 'click',
|
||||||
dlimit: parseInt(event.target.numDownloads.value),
|
dlimit: parseInt(event.target.numDownloads.value),
|
||||||
|
|
Loading…
Reference in New Issue