mirror of
				https://gitlab.com/Chill-Projet/chill-bundles.git
				synced 2025-10-31 17:28:23 +00:00 
			
		
		
		
	chore: Remove unused code in AddresseeSelectorComponent.vue
This commit is contained in:
		| @@ -134,12 +134,10 @@ export default defineComponent({ | ||||
|         const userGroup = ref( | ||||
|             userGroups.filter((userGroup) => userGroup.excludeKey == "") as | ||||
|                 | UserGroup[] | ||||
|                 | [] | ||||
|         ); | ||||
|         const users = ref( | ||||
|             props.modelValue.filter((addressee) => addressee.type == "user") as | ||||
|                 | User[] | ||||
|                 | [] | ||||
|         ); | ||||
|         const addPersons = ref(); | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user