mirror of
https://github.com/ParisNeo/lollms-webui.git
synced 2025-02-20 09:16:15 +00:00
fixed importing files issues
This commit is contained in:
parent
9d8fd516e2
commit
92b71a8089
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
4
web/dist/index.html
vendored
4
web/dist/index.html
vendored
@ -6,8 +6,8 @@
|
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>LoLLMS WebUI - Welcome</title>
|
||||
<script type="module" crossorigin src="/assets/index-ba2435e6.js"></script>
|
||||
<link rel="stylesheet" href="/assets/index-5289c8eb.css">
|
||||
<script type="module" crossorigin src="/assets/index-64e68448.js"></script>
|
||||
<link rel="stylesheet" href="/assets/index-49dc5cea.css">
|
||||
</head>
|
||||
<body>
|
||||
<div id="app"></div>
|
||||
|
@ -309,7 +309,7 @@ export default {
|
||||
},
|
||||
// vue.js method. The list of files are in this.fileList
|
||||
// This function will call this.send_file on each file from this.fileList
|
||||
send_files(){
|
||||
send_files(event){
|
||||
event.preventDefault(); // Add this line to prevent form validation
|
||||
for(let i = 0; i < this.fileList.length; i++){
|
||||
let file = this.fileList[i];
|
||||
|
Loading…
x
Reference in New Issue
Block a user