fix incorrect reference to proxyAccount.enabled in settings.vue
This commit is contained in:
parent
d25a407c09
commit
19a7c68fb8
1 changed files with 1 additions and 1 deletions
|
|
@ -472,7 +472,7 @@ const proxyAccountForm = useForm({
|
||||||
description: state.description,
|
description: state.description,
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
if (state.enabled !== proxyAccount.enabled) {
|
if (state.enabled !== meta.enableProxyAccount) {
|
||||||
await os.apiWithDialog('admin/update-meta', {
|
await os.apiWithDialog('admin/update-meta', {
|
||||||
enableProxyAccount: state.enabled,
|
enableProxyAccount: state.enabled,
|
||||||
});
|
});
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue