mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-14 14:24:24 +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(
|
const userGroup = ref(
|
||||||
userGroups.filter((userGroup) => userGroup.excludeKey == "") as
|
userGroups.filter((userGroup) => userGroup.excludeKey == "") as
|
||||||
| UserGroup[]
|
| UserGroup[]
|
||||||
| []
|
|
||||||
);
|
);
|
||||||
const users = ref(
|
const users = ref(
|
||||||
props.modelValue.filter((addressee) => addressee.type == "user") as
|
props.modelValue.filter((addressee) => addressee.type == "user") as
|
||||||
| User[]
|
| User[]
|
||||||
| []
|
|
||||||
);
|
);
|
||||||
const addPersons = ref();
|
const addPersons = ref();
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user