Merge branch 'staging' into parser-followup-2

This commit is contained in:
LenAnderson
2024-06-28 16:19:27 -04:00
36 changed files with 949 additions and 335 deletions

View File

@ -257,6 +257,7 @@ export class QuickReplySet {
this.rerender();
} else {
warn(`Failed to save Quick Reply Set: ${this.name}`);
console.error('QR could not be saved', response);
}
}