mirror of
https://github.com/ParisNeo/lollms-webui.git
synced 2024-12-20 21:03:07 +00:00
UPGRADED
This commit is contained in:
parent
ecd522d2f6
commit
7d9fb5e82f
@ -1 +1 @@
|
||||
Subproject commit 3834c050bdbddcdfbe810d25ea2e4c3af50b7f5e
|
||||
Subproject commit 08619e5deb92d50026ac2917f4257dffcb7d4a68
|
@ -477,9 +477,6 @@ export default {
|
||||
axios.get('/get_active_binding_settings').then(res => {
|
||||
this.isLoading = false
|
||||
if (res) {
|
||||
|
||||
console.log('binding sett', res)
|
||||
|
||||
if (res.data && Object.keys(res.data).length > 0) {
|
||||
|
||||
// open form
|
||||
@ -647,7 +644,7 @@ export default {
|
||||
item.message_type == this.msgTypes.MSG_TYPE_CODE ||
|
||||
item.message_type == this.msgTypes.MSG_TYPE_JSON_INFOS ||
|
||||
item.message_type == this.msgTypes.MSG_TYPE_UI
|
||||
)
|
||||
)
|
||||
console.log("this.discussionArr")
|
||||
console.log(this.discussionArr)
|
||||
if(next){
|
||||
|
Loading…
Reference in New Issue
Block a user