mirror of
https://github.com/nextcloud/server.git
synced 2026-06-08 16:26:59 -04:00
fix(settings): Duplicate update user manager calls
Signed-off-by: Christopher Ng <chrng8@gmail.com>
(cherry picked from commit 919b5dbdf5)
This commit is contained in:
parent
699ee7a1d8
commit
154fe8f102
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