oops
This commit is contained in:
@ -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', {
|
||||
|
Reference in New Issue
Block a user