fix(dashboard): fix proxy tags not resetting when exiting out of modal
This commit is contained in:
parent
0b20fd7730
commit
b670354542
@ -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…
x
Reference in New Issue
Block a user