mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-04 04:56:49 +00:00
fix(dashboard): fix page freeze when updating privacy while using filters
This commit is contained in:
parent
2082f76b87
commit
65044c1012
2 changed files with 2 additions and 4 deletions
|
|
@ -47,9 +47,8 @@
|
|||
}
|
||||
return g
|
||||
})
|
||||
privacyOpen = false;
|
||||
groups.set(newList);
|
||||
|
||||
success = true;
|
||||
} catch (error) {
|
||||
console.log(error);
|
||||
err = error.message;
|
||||
|
|
|
|||
|
|
@ -49,9 +49,8 @@
|
|||
}
|
||||
return m
|
||||
})
|
||||
privacyOpen = false;
|
||||
members.set(newList)
|
||||
|
||||
success = true;
|
||||
} catch (error) {
|
||||
console.log(error);
|
||||
err = error.message;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue