This commit is contained in:
Saifeddine ALOUI 2023-07-24 01:39:27 +02:00
parent de4a6ecef6
commit fc18ebb08e
4 changed files with 6 additions and 6 deletions

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-2afc397e.js"></script>
<link rel="stylesheet" href="/assets/index-506d87c6.css">
<script type="module" crossorigin src="/assets/index-af6d039d.js"></script>
<link rel="stylesheet" href="/assets/index-38afbb3f.css">
</head>
<body>
<div id="app"></div>

View File

@ -976,7 +976,7 @@ export default {
matchingStep.done = true;
}
} else if (msgObj.message_type == this.msgTypes.MSG_TYPE_EXCEPTION) {
this.$refs.toast.showToast(msgObj.data, 4, true)
this.$refs.toast.showToast(msgObj.data, 5, false)
}
// // Disables as per request
// nextTick(() => {