mirror of
https://github.com/EvolutionAPI/evolution-manager.git
synced 2025-07-13 07:04:50 -06:00
Add condition to prevent loading privacy data when
the privacy modal is closed
This commit is contained in:
parent
2bd8efca83
commit
1465e73f8e
@ -191,6 +191,7 @@ export default {
|
||||
},
|
||||
async loadPrivacy() {
|
||||
try {
|
||||
if(!this.isOpen) return;
|
||||
this.loading = true;
|
||||
this.error = false;
|
||||
const privacyData = await instanceController.profile.getPrivacy(
|
||||
|
Loading…
Reference in New Issue
Block a user