This commit is contained in:
ogerly 2022-11-10 10:28:31 +01:00
parent 42d14421e0
commit fc93017498

View File

@ -1,11 +1,10 @@
<template>
<div class="group-member">
<h3 class="title">{{ $t('group.addUser') }}</h3>
<ds-space margin-bottom="small" />
<h3 class="title">{{ $t('group.addUser') }}</h3>
<ds-space margin-bottom="small" />
<ds-space margin-bottom="small">
<ds-select
<ds-select
type="search"
icon="search"
v-model="query"
@ -32,8 +31,6 @@
</p>
</template>
</ds-select>
</ds-space>
<ds-space margin-bottom="large" />
<h3 class="title">{{ $t('group.membersListTitle') }}</h3>
@ -257,8 +254,6 @@ export default {
}
</script>
<style scoped>
.ds-select-dropdown {
position: unset;
}