mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Fix handleSavePrompt logging throwing error
This commit is contained in:
@@ -205,10 +205,10 @@ PromptManagerModule.prototype.init = function (moduleConfiguration, serviceSetti
|
||||
this.updatePromptWithPromptEditForm(prompt);
|
||||
}
|
||||
|
||||
this.log('Saved prompt: ' + prompt.identifier);
|
||||
this.log('Saved prompt: ' + promptId);
|
||||
|
||||
this.hideEditForm();
|
||||
this.clearEditForm(prompt);
|
||||
this.clearEditForm();
|
||||
this.saveServiceSettings().then(() => this.render());
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user