oops
This commit is contained in:
parent
1af9efe54e
commit
616408f36e
4 changed files with 15 additions and 14 deletions
|
|
@ -56,7 +56,7 @@ export default function<T extends object>(data: {
|
|||
id: this.id,
|
||||
data: newProps
|
||||
}).then(() => {
|
||||
(this as any).os.i.account.clientSettings.mobile_home.find(w => w.id == this.id).data = newProps;
|
||||
(this as any).os.i.account.clientSettings.mobileHome.find(w => w.id == this.id).data = newProps;
|
||||
});
|
||||
} else {
|
||||
(this as any).api('i/update_home', {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue