Set the time limit in state so that fileManager can get to it.

This commit is contained in:
Donovan Preston
2018-09-24 15:06:15 -04:00
committed by Danny Coates
parent 5ec2486c57
commit a181bb3509

View File

@@ -17,6 +17,7 @@ export default function options(state, emit) {
state.passwordDoesNotMatchError = false;
}
}
state.timeLimit = parseInt(event.target.maxTime);
emit('upload', {
type: 'click',
dlimit: parseInt(event.target.numDownloads.value),