mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-04 04:56:49 +00:00
fix(dashboard): fix proxy tags not resetting when exiting out of modal
This commit is contained in:
parent
0b20fd7730
commit
b670354542
1 changed files with 1 additions and 1 deletions
|
|
@ -12,7 +12,7 @@
|
|||
|
||||
let err: string;
|
||||
|
||||
let input = member.proxy_tags;
|
||||
let input = [...member.proxy_tags];
|
||||
|
||||
async function submit() {
|
||||
err = null;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue