mirror of
https://github.com/IT4Change/Ocelot-Social.git
synced 2025-12-13 07:45:56 +00:00
fix lint
This commit is contained in:
parent
42d14421e0
commit
fc93017498
@ -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;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user