mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-13 22:04:23 +00:00
chore: Remove unused code in AddresseeSelectorComponent.vue
This commit is contained in:
parent
b9e130c159
commit
c7d20eebc5
@ -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();
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user