fix isCombined not saved
This commit is contained in:
parent
65e16affb7
commit
40706e8430
|
@ -76,6 +76,7 @@ export class QuickReplySettings {
|
|||
toJSON() {
|
||||
return {
|
||||
isEnabled: this.isEnabled,
|
||||
isCombined: this.isCombined,
|
||||
config: this.config,
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue