mirror of
https://gitlab.rlp.net/proj-wise2526-video2document/video2document.git
synced 2026-06-15 18:01:52 +02:00
fixed file submit code and incorrect property naming in file submission object
This commit is contained in:
@@ -52,10 +52,10 @@ function checkBoxes() {
|
||||
},
|
||||
"document": {
|
||||
"module":aiType.value,
|
||||
"style": selectedStyles
|
||||
"styles": selectedStyles
|
||||
}
|
||||
};
|
||||
ipcRenderer.send("file_submit", sendingPackage)
|
||||
window.submit.submit(sendingPackage)
|
||||
}else{
|
||||
alert('The given file is not compatible. These are the available types: [".mp4", ".mov", ".avi", ".mkv"].');
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user