Skip to content

Commit

Permalink
fix(ui): added missing var (#346)
Browse files Browse the repository at this point in the history
  • Loading branch information
edospadoni authored Dec 11, 2024
1 parent 667524e commit 80c3db4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ui/src/views/Settings.vue
Original file line number Diff line number Diff line change
Expand Up @@ -392,7 +392,7 @@ export default {
rebranding_login_logo_dark_url: "",
rebranding_login_people: false,
nethvoice_adm: {},
nethcti_privacy_numbers,
nethcti_privacy_numbers: "",
},
isDarkMode: false,
proxy_installed: false,
Expand Down Expand Up @@ -430,6 +430,7 @@ export default {
rebranding_favicon_url: "",
rebranding_login_logo_url: "",
rebranding_login_logo_dark_url: "",
nethcti_privacy_numbers: "",
},
warning: {
user_domain: "",
Expand Down

0 comments on commit 80c3db4

Please sign in to comment.