This commit is contained in:
Saifeddine ALOUI 2024-05-03 01:45:38 +02:00
parent ab4fe2ade8
commit 8df0f895a0
5 changed files with 8 additions and 8 deletions

@ -1 +1 @@
Subproject commit 03368ef8e16be0aad8c2efa5a1c7fe907898d9fa
Subproject commit 58e777f9ab16fe5580a96317c3081a29aeefb59c

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
View File

@ -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-2983b140.js"></script>
<link rel="stylesheet" href="/assets/index-c964aff4.css">
<script type="module" crossorigin src="/assets/index-7bfae9da.js"></script>
<link rel="stylesheet" href="/assets/index-6530278a.css">
</head>
<body>
<div id="app"></div>

View File

@ -3465,7 +3465,7 @@ export default {
// Make an API request to upload the avatar
axios.post('/upload_avatar', formData)
.then(response => {
console.log("Avatar uploaded successfully")
console.log("Logo uploaded successfully")
this.$store.state.toast.showToast("Avatar uploaded successfully!", 4, true)
// Assuming the server responds with the file name after successful upload