mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Fix type not returning profile name
This commit is contained in:
@ -408,7 +408,7 @@ async function renderDetailsContent(details, detailsContent) {
|
||||
profiles.selectedIndex = Array.from(profiles.options).findIndex(o => o.value === profile.id);
|
||||
profiles.dispatchEvent(new Event('change'));
|
||||
|
||||
return profiles.name;
|
||||
return profile.name;
|
||||
},
|
||||
}));
|
||||
|
||||
|
Reference in New Issue
Block a user