fix(dashboard): fix proxy tags not resetting when exiting out of modal
This commit is contained in:
		@@ -12,7 +12,7 @@
 | 
			
		||||
 | 
			
		||||
    let err: string;
 | 
			
		||||
 | 
			
		||||
    let input = member.proxy_tags;
 | 
			
		||||
    let input = [...member.proxy_tags];
 | 
			
		||||
 | 
			
		||||
    async function submit() {
 | 
			
		||||
        err = null;
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user