mirror of
https://gitlab.com/timvisee/send.git
synced 2025-12-06 22:20:55 +03:00
Set the time limit in state so that fileManager can get to it.
This commit is contained in:
committed by
Danny Coates
parent
5ec2486c57
commit
a181bb3509
@@ -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),
|
||||
|
||||
Reference in New Issue
Block a user