mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-12 16:50:10 +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 err: string;
|
||||||
|
|
||||||
let input = member.proxy_tags;
|
let input = [...member.proxy_tags];
|
||||||
|
|
||||||
async function submit() {
|
async function submit() {
|
||||||
err = null;
|
err = null;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue