mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Fix execute on new chat not saving
This commit is contained in:
@ -1904,6 +1904,7 @@ export class QuickReply {
|
||||
executeOnAi: this.executeOnAi,
|
||||
executeOnChatChange: this.executeOnChatChange,
|
||||
executeOnGroupMemberDraft: this.executeOnGroupMemberDraft,
|
||||
executeOnNewChat: this.executeOnNewChat,
|
||||
automationId: this.automationId,
|
||||
};
|
||||
}
|
||||
|
Reference in New Issue
Block a user