mirror of
https://github.com/nextcloud/server.git
synced 2026-04-22 14:50:17 -04:00
fix(settings): Duplicate update user manager calls
Signed-off-by: Christopher Ng <chrng8@gmail.com>
This commit is contained in:
parent
edc48807f1
commit
919b5dbdf5
1 changed files with 1 additions and 2 deletions
|
|
@ -275,8 +275,7 @@
|
|||
:placeholder="managerLabel"
|
||||
@open="searchInitialUserManager"
|
||||
@search="searchUserManager"
|
||||
@option:selected="updateUserManager"
|
||||
@input="updateUserManager" />
|
||||
@option:selected="updateUserManager" />
|
||||
</template>
|
||||
<span v-else-if="!isObfuscated">
|
||||
{{ user.manager }}
|
||||
|
|
|
|||
Loading…
Reference in a new issue