mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Added api check for ConnectionManagerRequestService.handleDropdown
This commit is contained in:
@ -384,7 +384,7 @@ export class ConnectionManagerRequestService {
|
|||||||
* @returns {boolean}
|
* @returns {boolean}
|
||||||
*/
|
*/
|
||||||
static isProfileSupported(profile) {
|
static isProfileSupported(profile) {
|
||||||
if (!profile) {
|
if (!profile || !profile.api) {
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user