diff options
| author | mhsanaei <ho3ein.sanaei@gmail.com> | 2025-08-04 20:09:01 +0300 |
|---|---|---|
| committer | mhsanaei <ho3ein.sanaei@gmail.com> | 2025-08-04 20:09:01 +0300 |
| commit | 7e9c3bdbaf13e190b02009132867ad9933c5f459 (patch) | |
| tree | eee9fbe174ccaf14c3ae66b190008b9ec31a2ff2 /web/html/form/client.html | |
| parent | 957f3dbb5449475f330d863171134b56e37da4ad (diff) | |
fix: sub enable warning
Diffstat (limited to 'web/html/form/client.html')
| -rw-r--r-- | web/html/form/client.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/html/form/client.html b/web/html/form/client.html index 846bbd13..908f28d2 100644 --- a/web/html/form/client.html +++ b/web/html/form/client.html @@ -44,7 +44,7 @@ <a-select-option v-for="key in USERS_SECURITY" :value="key">[[ key ]]</a-select-option> </a-select> </a-form-item> - <a-form-item v-if="client.email && app.subSettings.enable"> + <a-form-item v-if="client.email && app.subSettings?.enable"> <template slot="label"> <a-tooltip> <template slot="title"> |
